-
Notifications
You must be signed in to change notification settings - Fork 2
Wiki Template Challenge Solution
This is the template that you should follow when writing new algorithm solutions or adding content, always make sure the latest version of this template is implemented on your pull request
🚩 Remember to use Read-Search-Ask
if you get stuck. Try to pair program 👥 and write your own code 📝
Explain what is asked, in an easy to understand and detailed way.
Add hint 1 here.
try to solve the problem now
Add hint 2 here.
try to solve the problem now
Add hint 3 here.
try to solve the problem now
Solution ahead!
// write solution code here
🚀 Run Code
Explain solution here and add any relevant links
// write solution code here
🚀 Run Code
Explain solution here and add any relevant links
// write solution code here
🚀 Run Code
Explain solution here and add any relevant links
If you found this page useful, you may say thanks to the contributors by copying and pasting the following line in the main chat:
Thanks @username for your help with Challenge: name of the challenge
⚠️ DO NOT add solutions that are similar to any existing solutions. If you think it is similar but better, then try to merge (or replace) the existing similar solution.- Add an explanation of your solution.
- Categorize the solution in one of the following categories — Basic, Intermediate and Advanced. 🚥
- Please add your username only if you have added any relevant main contents. (:warning: DO NOT remove any existing usernames)
See 👉
Wiki Challenge Solution Template
for reference.
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