Array In JavaScript
what is Array?
An array is a particular variable, which can hold more than one value:
const fruits = ["Apple", "Banana", "Orange"];
why Array?
As Array can store n number of values, it is easy to store and access data.
for example:- suppose we h...
themohitgupta.hashnode.dev3 min read
Ibrahim Nergiz
UI Developer
Valuable article, loved it ππΌ