mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: spam filter project (#49873)
* chore: set up initial project * feat: steps 1-10 * feat: steps 11-20 * feat: complete steps * feat: write tests * fix: debug failing tests * chore: apply Jessica's review suggestions Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> * chore: apply gikf's review suggestions Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com> * fix: test that help regex is unmodified * chore: max width on text area * chore: reapply sem's review Co-authored-by: Sem Bauke <semboot699@gmail.com> --------- Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com> Co-authored-by: Sem Bauke <semboot699@gmail.com>
This commit is contained in:
@@ -126,5 +126,6 @@
|
||||
"learn-quadratic-equations": "Python",
|
||||
"learn-simple-and-compound-interest": "Python",
|
||||
"college-algebra-with-python-conclusion": "Python",
|
||||
"learn-data-structures-by-building-a-shopping-cart": "JavaScript"
|
||||
"learn-data-structures-by-building-a-shopping-cart": "JavaScript",
|
||||
"learn-regular-expressions-by-building-a-spam-filter": "JavaScript"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user