Multidimensional Array JavaScript Programming Tutorial




Lesson Code: http://www.developphp.com/video/JavaScript/Multidimensional-Array-Programming-Tutorial
Learn to write and process multidimensional arrays using JavaScript. They are arrays that contain one or more arrays to provide a deeper level of data nesting and processing than normal basic arrays.

Original source


21 responses to “Multidimensional Array JavaScript Programming Tutorial”

  1. Hello Adam. Greeting for Ecuador. I wonder why some websites use nested array like 10 levels deep or more. That is too much. Maybe they want to increase security or something, or they're possessed. xd

  2. Why would want to do this this way? Doesn't it make much more sense to have an array of objects with keys and values, it makes it much easier to access the correct information rather then trying to figure out or remember what index you want.

  3. I'm really new to coding and trying to understand all of this. The video was very helpful, but…..Could someone please provide how you would do the additional for loop that it talks about at the end of the video….the one that will add the tags "eye color" and "hair color" for the deeply nested array?

Leave a Reply