freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../debugging
Madhu Sudhan Reddy Vinta 92778f1b2f
Bugfix in typeof lesson in Javascript debugging (#45118)
* Local scope and functions: Make the example less confusing

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/local-scope-and-functions.md

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>

* Fix bug in typeof lesson in debugging javascript

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/debugging/use-typeof-to-check-the-type-of-a-variable.md

Co-authored-by: Ilenia <nethleen@gmail.com>

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
Co-authored-by: Ilenia <nethleen@gmail.com>
2022-02-16 20:14:12 +01: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(curriculum): console not repsonding properly issue (#43053) 2021-08-27 17:57:08 +02:00
use-caution-when-reinitializing-variables-inside-a-loop.md fix(curriculum): add additional test case to fix hard code issue (#43086) 2021-08-02 12:37:50 -05: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 Bugfix in typeof lesson in Javascript debugging (#45118) 2022-02-16 20:14:12 +01:00