mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): add intro to node js lessons (#63084)
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
This commit is contained in:
@@ -7457,6 +7457,12 @@
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"lecture-working-with-nodejs-and-event-driven-architecture": {
|
||||
"title": "Working with NodeJS and event driven architecture",
|
||||
"intro": [
|
||||
"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."
|
||||
]
|
||||
},
|
||||
"quiz-node-js-intro": {
|
||||
"title": "NodeJS Intro Quiz",
|
||||
"intro": ["Test what you have learned about NodeJS in this quiz."]
|
||||
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to the Working with NodeJS and event driven architecture
|
||||
block: lecture-working-with-nodejs-and-event-driven-architecture
|
||||
superBlock: back-end-development-and-apis-v9
|
||||
---
|
||||
|
||||
## Introduction to the Working with NodeJS and event driven architecture
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user