Giraffe Academy is rebranding! I’ve decided to re-focus the brand of this channel to highlight myself as a developer and teacher! The newly minted Mike Dane channel will have all the same content, with more to come in the future!
Source Code – http://www.mikedane.com/web-development/javascript/
This video is one in a series of videos where we’ll be looking at programming in JavaScript. The course is designed for new programmers, and will introduce common programming topics using the JavaScript language.
Throughout the course we’ll be looking at various topics including variables, arrays, getting user input, loops, conditionals, interacting with the DOM and much more.
If you’re enjoying Giraffe Academy and want to invest in our future, consider leaving a contribution
http://www.mikedane.com/contribute
Links:
Website – http://www.mikedane.com/
Facebook – https://www.facebook.com/giraffeacademy/
Twitter – https://twitter.com/GiraffeAcademy
Original source
3 responses to “Nested Loops & 2D Arrays | Javascript | Tutorial 25”
whats the difference between prompt and window.prompt()
Thanks for this. When I was learning nested for loops, I thought my output was wrong. I couldn't understand why I kept getting my i array multiple times, but this explains it.
Nice explanation. Thanks!!