-
Notifications
You must be signed in to change notification settings - Fork 0
FreeCodeCamp Report Bugs
Thank you for taking the effort to report an issue with FreeCodeCamp.
If you think you've found a bug on FreeCodeCamp, please follow these steps to resolve your problem:
- If the page seems broken in any way, try to do a Hard Refresh of the page. This will update any old code that may have been cached in your browser.
- If your code crashes your browser, also try Clearing Your Browser's Local Storage.
-
Ask for Help on Gitter. You can usually get a quick response from a helpful community member there.
-
If your problem has baffled everyone in Gitter, try Searching for Your Issue on GitHub for anyone who has posted about a similar issue. If someone has, you can upvote the issue by replying to it with "+1" as your message.
-
If you can't find any relevant issues on GitHub, then Create a New Issue and our development team will take a look at your problem.
Learn to code and help nonprofits. Join our open source community in 15 seconds at http://freecodecamp.com
Follow our Medium blog
Follow Quincy on Quora
Follow us on Twitter
Like us on Facebook
And be sure to click the "Star" button in the upper right of this page.
New to Free Code Camp?
JS Concepts
JS Language Reference
- arguments
- Array.prototype.filter
- Array.prototype.indexOf
- Array.prototype.map
- Array.prototype.pop
- Array.prototype.push
- Array.prototype.shift
- Array.prototype.slice
- Array.prototype.some
- Array.prototype.toString
- Boolean
- for loop
- for..in loop
- for..of loop
- String.prototype.split
- String.prototype.toLowerCase
- String.prototype.toUpperCase
- undefined
Other Links