Skip to content

Commit 8f43f47

Browse files
feat(curriculum): add dsa quiz to js v9 cert (freeCodeCamp#66019)
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
1 parent 4760d35 commit 8f43f47

4 files changed

Lines changed: 475 additions & 1 deletion

File tree

client/i18n/locales/english/intro.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3286,6 +3286,12 @@
32863286
"title": "Recursion Quiz",
32873287
"intro": ["Test your knowledge of Recursion with this quiz."]
32883288
},
3289+
"quiz-data-structures-js": {
3290+
"title": "Data Structures Quiz",
3291+
"intro": [
3292+
"Test what you've learned about data structures in JavaScript with this quiz."
3293+
]
3294+
},
32893295
"lecture-working-with-common-data-structures-js": {
32903296
"title": "Working with Common Data Structures",
32913297
"intro": [

0 commit comments

Comments
 (0)