An array is a special variable, which can hold more than one value. In JavaScript, an array is an ordered list of values. Each value is called an element specified by an index, arrays aren't primitives but are instead Array objects with the following...
sugnanamurthyr.hashnode.dev6 min read
No responses yet.