+ 1
What is array
3 Answers
+ 15
array is something like a group of variables.
Eg in js
var arr=[1,2,3,4]
Now you can access them like this :
arr[0] //1
arr[1] //2
+ 1
array is a group of variables of same data type
0
array is the group of elements of similar data types is called an array