JavaScript Tutorial in Hindi for Beginners [Part 16] - Array in JavaScript

Tech Gun
Youtube
Related Topic
:- Web Development Javascript

 In this video i will talk about Array in JavaScript Arrays are list-like objects whose prototype has methods to perform traversal and mutation operations. Neither the length of a JavaScript array nor the types of its elements are fixed. Since an array's length can change at any time, and data can be stored at non-contiguous locations in the array, JavaScript arrays are not guaranteed to be dense; this depends on how the programmer chooses to use them.

Comments