mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
feat(curriculum): add intro to NodeJS quiz (#63141)
This commit is contained in:
@@ -7478,6 +7478,10 @@
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"quiz-node-js-intro": {
|
||||
"title": "NodeJS Intro Quiz",
|
||||
"intro": ["Test what you have learned about NodeJS in this quiz."]
|
||||
},
|
||||
"lecture-understanding-the-http-request-response-model": {
|
||||
"title": "Understanding the HTTP Request-Response Model",
|
||||
"intro": [
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to the NodeJS Intro Quiz
|
||||
block: quiz-node-js-intro
|
||||
superBlock: back-end-development-and-apis-v9
|
||||
---
|
||||
|
||||
## Introduction to the NodeJS Intro Quiz
|
||||
|
||||
Test what you have learned about NodeJS in this quiz.
|
||||
Reference in New Issue
Block a user