get no. of elements in array in js code example Example: javascript size array let array = [1, 2, 3]; console.log(array.length);