Home / Javascript Tips Generated By ChatGPT / Finding the Length of an Array in Javascript Use the length property to find the number of elements in an array. Source Code console.log(fruits.length);