issues
search
rafaelgeronimo
/
freeCodeCamp
1
stars
1
forks
source link
Debugging
#12
Closed
rafaelgeronimo
closed
6 years ago
rafaelgeronimo
commented
6 years ago
[x] Use the JavaScript Console to Check the Value of a Variable
[x] PassedUnderstanding the Differences between the freeCodeCamp and Browser Console
[x] PassedUse typeof to Check the Type of a Variable
[x] PassedCatch Misspelled Variable and Function Names
[x] PassedCatch Unclosed Parentheses, Brackets, Braces and Quotes
[x] PassedCatch Mixed Usage of Single and Double Quotes
[x] PassedCatch Use of Assignment Operator Instead of Equality Operator
[x] PassedCatch Missing Open and Closing Parenthesis After a Function Call
[x] PassedCatch Arguments Passed in the Wrong Order When Calling a Function
[x] PassedCatch Off By One Errors When Using Indexing
[x] PassedUse Caution When Reinitializing Variables Inside a Loop
[x] PassedPrevent Infinite Loops with a Valid Terminal Condition