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