freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../debugging
Evgeny Klimenchenko db369fbed1
fix(client): remove JS comments from user code for tests (#41873)
* Removes comments in js challanges by default

* fix local-scope-and-functions test regex

* fix all languages

* revert language changes

* removed unnecessary removeJSComments from challenges

* fix challanges in other languages

* removed removeJSComments from all challanges
2021-04-28 10:18:54 -05:00
..
catch-arguments-passed-in-the-wrong-order-when-calling-a-function.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
catch-missing-open-and-closing-parenthesis-after-a-function-call.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
catch-misspelled-variable-and-function-names.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
catch-mixed-usage-of-single-and-double-quotes.md fix(learn): revert backslash change (#41382) 2021-03-09 10:13:27 -06:00
catch-off-by-one-errors-when-using-indexing.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
catch-unclosed-parentheses-brackets-braces-and-quotes.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
catch-use-of-assignment-operator-instead-of-equality-operator.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
prevent-infinite-loops-with-a-valid-terminal-condition.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
understanding-the-differences-between-the-freecodecamp-and-browser-console.md fix(client): remove JS comments from user code for tests (#41873) 2021-04-28 10:18:54 -05:00
use-caution-when-reinitializing-variables-inside-a-loop.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
use-the-javascript-console-to-check-the-value-of-a-variable.md fix: replace inline code blocks (#41576) 2021-03-26 02:37:48 +05:30
use-typeof-to-check-the-type-of-a-variable.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00