Episode

Demo: Populating arrays [32 of 51]

Once an array is created it needs data. And we need to be able to retrieve the data. We'll show off how to add data to an array, and how indexes work to find specific values.

#JavaScript #Beginners #Tutorial #NodeJS