Skip to content

Commit 75f3021

Browse files
zairahiraKsound22majestic-owl448
authored
feat(curriculum): add intro to NodeJS review page (freeCodeCamp#63139)
Co-authored-by: Kolade Chris <[email protected]> Co-authored-by: majestic-owl448 <[email protected]>
1 parent 67704b6 commit 75f3021

File tree

5 files changed

+458
-0
lines changed

5 files changed

+458
-0
lines changed

client/i18n/locales/english/intro.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7470,6 +7470,12 @@
74707470
"Learn about Node.js core libraries, how to install Node.js on your computer, and the advantages and disadvantages of using Node.js on the backend."
74717471
]
74727472
},
7473+
"review-node-js-intro": {
7474+
"title": "NodeJS Intro Review",
7475+
"intro": [
7476+
"Review the basics of NodeJS to prepare for the upcoming quiz."
7477+
]
7478+
},
74737479
"quiz-node-js-intro": {
74747480
"title": "NodeJS Intro Quiz",
74757481
"intro": ["Test what you have learned about NodeJS in this quiz."]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Introduction to the NodeJS Intro Review
3+
block: review-node-js-intro
4+
superBlock: back-end-development-and-apis-v9
5+
---
6+
7+
## Introduction to the NodeJS Intro Review
8+
9+
Review the basics of NodeJS to prepare for the upcoming quiz.

0 commit comments

Comments
 (0)