fix(curriculum): Added a Recursion challenge to the Basic JavaScript section (#35968)
* fix: added a recursion challenge * fix: changed blockquote to triple backtick syntax * fix: added an extra line to separate code section * fix: renamed challenge and improved verbiage * fix: added full path to challenge Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> * fix: improved wording Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> * fix: added closing ) Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> * fix: added missing comma and the word at Co-Authored-By: Manish Giri <manish.giri.me@gmail.com> * fix: added missing text for test case Co-Authored-By: Manish Giri <manish.giri.me@gmail.com> * fix: added note regarding startNum and endNum being same * fix: wrapped parameter names with code tags
This commit is contained in:
committed by
Oliver Eyton-Williams
parent
786afa0ed3
commit
73bdff45fd
@ -439,6 +439,10 @@
|
||||
[
|
||||
"587d7b7e367417b2b2512b21",
|
||||
"Use Multiple Conditional (Ternary) Operators"
|
||||
],
|
||||
[
|
||||
"5cc0bd7a49b71cb96132e54c",
|
||||
"Use Recursion to Create a Range of Numbers"
|
||||
]
|
||||
],
|
||||
"helpRoom": "HelpJavaScript",
|
||||
|
Reference in New Issue
Block a user