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
Assignment Operators & Constant
While working with variables, sometimes we may need to change its value after declaration using assignment operators. In this lesson, we'll learn how to do it. We'll also be learning how to prevent changes to a variable using constant.
While working with variables, sometimes we may need to change its value after declaration using assignment operators. In this lesson, we'll learn how to do it. We'll also be learning how to prevent changes to a variable using constant.
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