BEGINNER Javascript Practice: Iteration & Arrays - Finding a Minimum Value in Array

Channel:
Subscribers:
254,000
Published on ● Video Link: https://www.youtube.com/watch?v=1HyzV_62DRo



Duration: 8:32
2,531 views
68


In this beginner javascript practice problem, we cover two important skills needed for programming which is arrays and learning how to iterate over them. Using those fundamentals, we learn how to loop over an array to find the minimum numeric value. This approach can be used for finding the maximum value as well by changing your if statement logic, and this approach can also be used for finding a particular element or elements in an. array that match your expression.

Discord Link:
https://discord.gg/4kGbBaa

Code Link:
https://github.com/codyseibert/youtube

Check out my 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







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
programming training for beginners
practice programming in javascript
example javascript practice
learn javascript
javascript tutorial
finding minimum value in array
finding maximum value in array
iteration
arrays
find min value
find minimum