Tag: Variables

JavaScript Arrays

The primitive variable just stores one value. A lot of time it’s very difficult to manage multiple variables so to avoid this problem we need storage to store multiple elements inside one variable. So basically javascript array is…

Read More »