|
1 |
| -# Video 1: Understanding Variables |
| 1 | +# 01 - Understanding Variables |
2 | 2 |
|
3 | 3 | Welcome back! In this lesson, we will learn about variables. Variables are fundamental in any programming language, including JavaScript. They are containers that hold data values, which can be numbers, text, or even more complex data.
|
4 | 4 |
|
@@ -28,7 +28,7 @@ In this lesson, we introduced variables, which are essential for storing and man
|
28 | 28 |
|
29 | 29 | Understanding variables is crucial because they allow us to store and work with data dynamically. In the next lesson, we’ll learn about functions and how they can perform tasks for us in JavaScript. See you then!
|
30 | 30 |
|
31 |
| -# Video 4: Creating Functions |
| 31 | +# 02 - Creating Functions |
32 | 32 |
|
33 | 33 | Welcome back! Today, we’re going to talk about functions in JavaScript. Functions are one of the most important concepts in programming. They allow us to group a set of instructions into a single unit that can be executed whenever we need it.
|
34 | 34 |
|
@@ -62,7 +62,7 @@ In this lesson, we introduced functions, which allow us to group a set of instru
|
62 | 62 |
|
63 | 63 | Understanding functions is crucial because they help us organize our code and make it more reusable. In the next lesson, we’ll learn about manipulating the DOM using JavaScript. See you soon!
|
64 | 64 |
|
65 |
| -# Video 4: Manipulating the DOM |
| 65 | +# 03 - Manipulating the DOM |
66 | 66 |
|
67 | 67 | Welcome back! Today, we’re going to learn about manipulating the DOM using JavaScript. The DOM, or Document Object Model, represents the structure of our webpage as a tree of objects. JavaScript allows us to interact with the DOM, making our webpages dynamic and interactive.
|
68 | 68 |
|
@@ -99,7 +99,7 @@ In this lesson, we learned about manipulating the DOM using JavaScript. We used
|
99 | 99 |
|
100 | 100 | Understanding how to manipulate the DOM is essential for creating dynamic and interactive webpages. In the next lesson, we’ll learn about event handling and how to respond to user actions. Stay tuned!
|
101 | 101 |
|
102 |
| -# Video 5: Event Handling |
| 102 | +# 04 - Event Handling |
103 | 103 |
|
104 | 104 | Welcome back! Today, we’re going to learn about event handling in JavaScript. Event handling allows us to listen for and respond to user actions like clicks, drags, and more. This is a key part of making our webpage interactive.
|
105 | 105 |
|
@@ -190,7 +190,7 @@ In this lesson, we learned about event handling and added event listeners to our
|
190 | 190 |
|
191 | 191 | Understanding event handling is crucial for creating interactive webpages. In the next lesson, we’ll review what we’ve learned and finalize the draggable elements functionality. See you soon!
|
192 | 192 |
|
193 |
| -# Video 6: Putting It All Together |
| 193 | +# 05 - Putting It All Together |
194 | 194 |
|
195 | 195 | Welcome to the final lesson! Today, we will review what we’ve learned and finalize the draggable elements functionality. We’ve covered variables, functions, DOM manipulation, and event handling. Now, let’s ensure that all our plant elements are draggable.
|
196 | 196 |
|
|
0 commit comments