Introduction to Array in Javascript
What is Array?
An array is a special object in Javascript, that stores multiple values inside a single variable.
Why is Array needed?
Let’s take a scenario where we need to store multiple variables ranging up to 100(i.e., we need to keep 100 variable...
blog.quasarcommunity.org2 min read