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