Skip to content

Commit fa2c852

Browse files
authored
Update README.md
1 parent c4f10e9 commit fa2c852

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/04-js/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video 1: Understanding Variables
1+
# 01 - Understanding Variables
22

33
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.
44

@@ -28,7 +28,7 @@ In this lesson, we introduced variables, which are essential for storing and man
2828

2929
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!
3030

31-
# Video 4: Creating Functions
31+
# 02 - Creating Functions
3232

3333
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.
3434

@@ -62,7 +62,7 @@ In this lesson, we introduced functions, which allow us to group a set of instru
6262

6363
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!
6464

65-
# Video 4: Manipulating the DOM
65+
# 03 - Manipulating the DOM
6666

6767
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.
6868

@@ -99,7 +99,7 @@ In this lesson, we learned about manipulating the DOM using JavaScript. We used
9999

100100
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!
101101

102-
# Video 5: Event Handling
102+
# 04 - Event Handling
103103

104104
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.
105105

@@ -190,7 +190,7 @@ In this lesson, we learned about event handling and added event listeners to our
190190

191191
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!
192192

193-
# Video 6: Putting It All Together
193+
# 05 - Putting It All Together
194194

195195
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.
196196

0 commit comments

Comments
 (0)