Skip to content

Commit df3add2

Browse files
fix(curriculum): add missing intro (freeCodeCamp#64704)
1 parent 0fd59e5 commit df3add2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

client/i18n/locales/english/intro.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,7 @@
18461846
"git": "Git",
18471847
"review-relational-databases": "Relational Databases Review",
18481848
"exam-relational-databases": "Relational Databases Exam",
1849-
"introduction-to-nodejs": "Introduction to Node.js",
1849+
18501850
"nodejs-core-libraries": "Node.js Core Libraries",
18511851
"node-package-manager": "Node Package Manager",
18521852
"http-and-the-web-standards-model": "HTTP and the Web Standards Model",
@@ -7362,6 +7362,7 @@
73627362
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
73637363
},
73647364
"modules": {
7365+
"introduction-to-nodejs": "Introduction to Node.js",
73657366
"nodejs-core-modules": "Node.js Core Modules",
73667367
"node-package-manager": "Node Package Manager",
73677368
"http-and-the-web-standards-model": "HTTP and the Web Standards Model",
@@ -7377,6 +7378,12 @@
73777378
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
73787379
},
73797380
"module-intros": {
7381+
"introduction-to-nodejs": {
7382+
"note": "Coming Late 2026",
7383+
"intro": [
7384+
"In this module, you will learn the basics of working with Node.js."
7385+
]
7386+
},
73807387
"nodejs-core-modules": {
73817388
"note": "Coming Late 2026",
73827389
"intro": [

0 commit comments

Comments
 (0)