new array from length code example Example: get length of array // In Javascript var x = [1,2,3]; console.log(x.length);