Skip to content

Commit 03f2eff

Browse files
committed
style: edit header comments
1 parent 713545f commit 03f2eff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

advanced/API_consumption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 📌 JavaScript Intermediate - API Consumption (Fetch & Axios)
1+
// 📌 JavaScript Advanced - API Consumption (Fetch & Axios)
22

33
// Welcome to the eighth section of the JavaScript Advanced tutorial!
44
// Here, you'll learn how to fetch data from APIs using Fetch API and Axios.

advanced/modules_webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 📌 JavaScript Intermediate - Modules and Webpack
1+
// 📌 JavaScript Advanced - Modules and Webpack
22

33
// Welcome to the seventh section of the JavaScript Advanced tutorial!
44
// Here, you'll learn how to use JavaScript modules and bundle them with Webpack.

advanced/object_oriented.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 📌 JavaScript Intermediate - Object-Oriented Programming (OOP)
1+
// 📌 JavaScript Advanced - Object-Oriented Programming (OOP)
22

33
// Welcome to the sixth section of the JavaScript Advanced tutorial!
44
// Here, you'll learn about Object-Oriented Programming (OOP) in JavaScript.

advanced/unit_testing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 📌 JavaScript Intermediate - Unit Testing
1+
// 📌 JavaScript Advanced - Unit Testing
22

33
// Welcome to the tenth section of the JavaScript Advanced tutorial!
44
// Here, you'll learn the basics of Unit Testing in JavaScript using Jest.

0 commit comments

Comments
 (0)