Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Course Checks on JavaScript Algorithms and Data Structures: Debugging #35

Open
13 tasks
jonathan-rogers-dev opened this issue Jun 23, 2021 · 0 comments
Open
13 tasks
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jonathan-rogers-dev
Copy link
Member

  • Debugging
    • Use the JavaScript Console to Check the Value of a Variable
    • Understanding the Differences between the freeCodeCamp and Browser Console
    • Use typeof to Check the Type of a Variable
    • Catch Misspelled Variable and Function Names
    • Catch Unclosed Parentheses, Brackets, Braces and Quotes
    • Catch Mixed Usage of Single and Double Quotes
    • Catch Use of Assignment Operator Instead of Equality Operator
    • Catch Missing Open and Closing Parenthesis After a Function Call
    • Catch Arguments Passed in the Wrong Order When Calling a Function
    • Catch Off By One Errors When Using Indexing
    • Use Caution When Reinitializing Variables Inside a Loop
    • Prevent Infinite Loops with a Valid Terminal Condition
@jonathan-rogers-dev jonathan-rogers-dev added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 23, 2021
@jonathan-rogers-dev jonathan-rogers-dev changed the title Course Checks on Responsive Web Design: Debugging Course Checks on JavaScript Algorithms and Data Structures: Debugging Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant