how to calculate the length for array for array code example Example: get length of array // In Javascript var x = [1,2,3]; console.log(x.length);