Javascript

Topic: Js Array

What is the Array Methods and Properties?

The Array object has predefined properties and methods:var x=myCars.length             // the number of elements in myCarsvar y=myCars.indexOf("Volvo")   // the index position of "Volvo"

Browse random answers: