Variable

What is Variable?

Variable are used to store data.


Example

Different ways of creating array

var a = 5 // here 5 is stored in variable 'a';