What is an Array? In javascript, an array is a container that stores multiple values at a time. In general, to store values we use variables but variable stores one value at a time. An array is a special variable that stores multiple values of differ...
jabeedsyed.hashnode.dev4 min read
No responses yet.