BEGINNER Javascript Practice: Iteration & Arrays - How to Sum up the Numbers in a 2D Array
Channel:
Subscribers:
254,000
Published on ● Video Link: https://www.youtube.com/watch?v=apG8Kgonogc
In this beginner javascript practice tutorial I explain how you can loop over a 2D array to sum up all the numbers. Learning how to do nested looping is an important topic in computer science and for software engineers. There are a lot of applications for doing 2d arrays when it comes to image processing, tile based game development, or nD arrays when dealing with linear algebra or more intensive vector math.
Import Links:
Discord: https://discord.gg/4kGbBaa
GitHub: https://github.com/codyseibert/youtube
Blog: https://codyseibert.github.io/blog/
Follow me:
Twitter - https://twitter.com/CodyLSeibert
Instagram - https://www.instagram.com/seibert_cody/
Credits:
Thumbnail Backgrounds from Toptal Subtle Patterns
Other Videos By Web Dev Cody
Tags:
practice problems
programming problems
learn to code
problem solving
programming practice
learn how to program
problem solving with programming
javascript tutorial for beginners
javascript exercises
javascript practice
practice programming in javascript
example javascript practice
learn javascript
javascript tutorial
software engineering
2d arrays
looping over a 2d array
2d matrix
javascript 2d array
nested for loops
how to sum up a 2d array