JavaScript Arrays (Tutorial 07 in Hindi)

Опубликовано: 22 Январь 2021
на канале: Harshit vashisth
7,817
238

Complete Playlist Link :
JavaScript Arrays
varibles can store one value only
sometimes we want to store more than one value
example :- we want to store collection of fruits
in order to do that we can create array
arrays can hold more than one item in ordered fashion
and we can access any item in an array using index number