mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): proofreading tool javascript lab (#66940)
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user