mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): break number sorter down into steps (#49715)
* chore: create new project * feat: break projects down into steps * chore: solution * feat: write tests * fix: broken tests * chore: apply Jessica's review suggestions * chore: correct title case for block name * chore: apply kolade's review * chore: apply kolade's review * chore: apply sem's review Co-authored-by: Sem Bauke <semboot699@gmail.com> * chore: apply sem's updated review * chore: add aria-label to selects * fix: labels on the steps where the camper changed a value This is why find and replace didn't work ); * chore: apply zaira's review suggestions Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com> * chore: apply zaira's review suggestions Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com> --------- Co-authored-by: Sem Bauke <semboot699@gmail.com> Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
"learn-simple-and-compound-interest": "Python",
|
||||
"college-algebra-with-python-conclusion": "Python",
|
||||
"learn-data-structures-by-building-a-shopping-cart": "JavaScript",
|
||||
"learn-fetch-and-promises-by-building-an-fcc-authors-page": "JavaScript",
|
||||
"learn-regular-expressions-by-building-a-spam-filter": "JavaScript"
|
||||
"learn-regular-expressions-by-building-a-spam-filter": "JavaScript",
|
||||
"learn-basic-algorithmic-thinking-by-building-a-number-sorter": "JavaScript",
|
||||
"learn-fetch-and-promises-by-building-an-fcc-authors-page": "JavaScript"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user