Home >> Javascript >> Array in Javascript

Array in Javascript

An array is a data structure that stores one or more similar type of values in a single value.

Example

var bikes = ["Hero", "Apache", "BMW"];

Post Your Comment

Next Questions
Events
Onchange event
Onclick event
Onmouseover event
Onmouseout
Onkeydown event
Onload event

Copyright ©2022 coderraj.com. All Rights Reserved.