#Javascript #JavaScript/Object/Array.length/Property that returns the length of the array .length .length is an attribute that returns the length of the array. Returns a number one greater than the index value of the last element. It has a different meaning than the number of elements belonging to the array. grammar array.length example The index value of the last element of array jbAry1 is 3, s..