feat(curriculum): add intro to NodeJS quiz (#63141)

This commit is contained in:
Zaira
2025-12-15 23:24:57 +05:00
committed by GitHub
parent cde8852f05
commit b107734c31
5 changed files with 266 additions and 0 deletions

View File

@@ -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": [

View File

@@ -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.