In this example, how we declare arrays using new array keyword. var vehicles= new Array("Xuv", "Sonata", "BMW"); See the code snippet:
vehicles