mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
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:
@@ -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."]
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user