In this section we shall learn about the Arrays in JavaScript.
Array:
An array is a variable, which holds more than one value at a time.
Arrays are used to store multiple values in a single variable.
Var A = ["TechFunda", "ITFunda", "DotNetFunda", "KidsFunda"];
In the above code snippet marked characters the values of a variable A
.