Loops The Final Fortier - Part 2
Duration: 52:39
Created with
Ben Fhala
Ben Fhala is the creative force and founder behind 02geek, a pioneering platform dedicated to making web development accessible to everyone. With over 18 years of experience in the industry, Ben has a deep passion for teaching and a knack for breaking down complex concepts into easy-to-understand lessons.
Loops The Final Fortier - Part 2 Overview
What you'll learn
You know what loops are and how to use the for loop. (if you don't Loops the Final Frontier - Part 1
In this title we will take our new knowledge about loops and connect the dots between loops/arrays/objects, check out other ways to loops, and see loops in action in more complex scenarios such as nesting loops to find prime numbers.
Ready to Level Up Your Skills?
Join thousands of learners on 02GEEK and start your journey to becoming a coding expert today!
Enroll Now for Free!Overview
Reminder: Key-Value Relashinships
Before we can take the next step in working with loops we first need to remind our-self the key-value relationship
For...In - Getting The Key
For Each...In : Getting The Value
While(condition)
Do...While(condition)
Nested Loops
Break
Break In Action: Prime Numbers
Continue
Continue in Action
Labels
Ready to Level Up Your Skills?
Join thousands of learners on 02GEEK and start your journey to becoming a coding expert today!
Enroll Now for Free!