DEV Community

amberchisholm
amberchisholm

Posted on

Day 6 Learning Javascript

Hooray Arrays!!

That was corny but I don't care, because I just tackled Arrays in Javascript! But I'll admit, for some reason this one was tough for me. I understand the methods fine, such as push, shift, pop, etc. What I didn't understand was the Why, or rather the purpose of Arrays. I think I need to see it in a real use case on a website to put it all together for me.

Also, trying to find the index value in a multidimensional nested array was confusing as hell to me. But, I found a great article that really explains nested arrays in a very simple, understandable way. Plus, the article uses Simpsons and Lost characters as examples which is always a win in my book.

Top comments (0)