Skip to content

Commit 39194f5

Browse files
feat(curriculum): NodeJS core modules quiz (freeCodeCamp#64105)
Co-authored-by: majestic-owl448 <[email protected]>
1 parent 3ec65ee commit 39194f5

File tree

5 files changed

+484
-1
lines changed

5 files changed

+484
-1
lines changed

client/i18n/locales/english/intro.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7317,6 +7317,12 @@
73177317
"Review relational databases concepts to prepare for the exam."
73187318
]
73197319
},
7320+
"quiz-node-js-core-modules": {
7321+
"title": "NodeJS Core Modules Quiz",
7322+
"intro": [
7323+
"Test what you've learned about Node.js core modules with this quiz."
7324+
]
7325+
},
73207326
"exam-relational-databases-certification": {
73217327
"title": "Relational Databases Certification Exam",
73227328
"intro": [
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Introduction to the NodeJS Core Modules Quiz
3+
block: quiz-node-js-core-modules
4+
superBlock: back-end-development-and-apis-v9
5+
---
6+
7+
## Introduction to the NodeJS Core Modules Quiz
8+
9+
This page is for the NodeJS Core Modules Quiz

0 commit comments

Comments
 (0)