DEV Community

Mohan Mogi
Mohan Mogi

Posted on • Edited on

Array in javascript

Array is used to store multiple values in a single variable.
An Array is an object type designed for storing data collections.

Uses of array:
1)Store multiple values in one variable
2(Easy to access and manage data
3)Useful for loops and data processing

Example;
code to add programs

Top comments (1)

Collapse
 
payilagam_135383b867ea296 profile image
Payilagam

Use 'Code' to add programs here.