1. Introduction
10m 46s
2. Our First Program
13m 43s
3. Hello World in Javascript
14m 41s
4. Data & Operators
29m 43s
5. Defining a function
30m 00s
6. Single Responsibility Principle
17m 58s
7. Saving Intermediate Result
10m 33s
8. Feedback Loop
14m 43s
9. Decision Making
29m 53s
10. Logical Operators
23m 00s
11. Assignment Operators & Constant
15m 56s
12. Iteration
23m 44s
13. Array
26m 11s
14. Iteration Patterns
18m 49s
15. Breaking and Ignoring Iteration
09m 24s
16. Divide & Conquer
25m 24s
17. Specific vs Generic - Part 1
20m 47s
18. Specific vs Generic - Part 2
19m 28s
19. Anonymous Function
04m 42s
Iteration
Iteration is one of the important control flow in programming. In this lesson, we will be starting with how it is associated with our lives and then dive deep into how to perform iterations in Javascript. We'll also be learning four critical steps in iteration and how it can be used across three different iteration constructs.
Iteration is one of the important control flow in programming. In this lesson, we will be starting with how it is associated with our lives and then dive deep into how to perform iterations in Javascript. We'll also be learning four critical steps in iteration and how it can be used across three different iteration constructs.
References

Course
Learn Programming Using Scratch & Javascript
19 Lessons · 05h 59m · Free
19 Lessons · 05h 59m
1. Introduction
10m 46s
2. Our First Program
13m 43s
3. Hello World in Javascript
14m 41s
4. Data & Operators
29m 43s
5. Defining a function
30m 00s
6. Single Responsibility Principle
17m 58s
7. Saving Intermediate Result
10m 33s
8. Feedback Loop
14m 43s
9. Decision Making
29m 53s
10. Logical Operators
23m 00s
11. Assignment Operators & Constant
15m 56s
12. Iteration
23m 44s
13. Array
26m 11s
14. Iteration Patterns
18m 49s
15. Breaking and Ignoring Iteration
09m 24s
16. Divide & Conquer
25m 24s
17. Specific vs Generic - Part 1
20m 47s
18. Specific vs Generic - Part 2
19m 28s
19. Anonymous Function
04m 42s