feat(curriculum): proofreading tool javascript lab (#66940)

This commit is contained in:
Arunkumar S
2026-05-14 15:33:48 +05:30
committed by GitHub
parent ccde5d4b2d
commit d83307f983
4 changed files with 229 additions and 0 deletions
+7
View File
@@ -4934,6 +4934,13 @@
"In this lab, you will build a function that finds the missing letter in a given range of consecutive letters and returns it."
]
},
"lab-proofreading-tool": {
"title": "Build a Proofreading Tool",
"intro": [
"In this lab, you will build a proofreading tool that analyzes arrays of words for palindromes and repeated phrases.",
"You will practice for loops and nested loops to check palindromes and find repeated word sequences."
]
},
"review-javascript-loops": {
"title": "JavaScript Loops Review",
"intro": [