feat(curriculum): add intro to NodeJS review page (#63139)

Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
This commit is contained in:
Zaira
2025-12-18 13:43:54 +05:00
committed by GitHub
parent 67704b6c4f
commit 75f3021c77
5 changed files with 458 additions and 0 deletions

View File

@@ -7470,6 +7470,12 @@
"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."
]
},
"review-node-js-intro": {
"title": "NodeJS Intro Review",
"intro": [
"Review the basics of NodeJS to prepare for the upcoming quiz."
]
},
"quiz-node-js-intro": {
"title": "NodeJS Intro Quiz",
"intro": ["Test what you have learned about NodeJS in this quiz."]

View File

@@ -0,0 +1,9 @@
---
title: Introduction to the NodeJS Intro Review
block: review-node-js-intro
superBlock: back-end-development-and-apis-v9
---
## Introduction to the NodeJS Intro Review
Review the basics of NodeJS to prepare for the upcoming quiz.