https://github.com/jpnws/javascript-fcc
A collection of my own solutions to freeCodeCamp's JavaScript algorithm challenges.
https://github.com/jpnws/javascript-fcc
freecodecamp
Last synced: 2 months ago
JSON representation
A collection of my own solutions to freeCodeCamp's JavaScript algorithm challenges.
- Host: GitHub
- URL: https://github.com/jpnws/javascript-fcc
- Owner: jpnws
- Created: 2020-04-20T03:50:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T18:14:45.000Z (about 5 years ago)
- Last Synced: 2025-01-12T11:46:04.307Z (4 months ago)
- Topics: freecodecamp
- Language: JavaScript
- Homepage: https://www.freecodecamp.org/learn
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# freeCodeCamp JavaScript Challenges
A collection of my own solutions to freeCodeCamp's JavaScript algorithm challenges.
## Intermediate Algorithm Scripting
1. [Sum All Numbers in a Range](sum-all-nums-in-range.js)
2. [Diff Two Arrays](diff-two-arrays.js)
3. [Seek and Destroy](seek-and-destroy.js)
4. [Wherefore art thou](wherefore-art-thou.js)
5. [Spinal Tap Case](spinal-case.js)
6. [Pig Latin](pig-latin.js)
7. [Search and Replace](search-and-replace.js)
8. [DNA Pairing](dna-pairing.js)
9. [Missing Letters](missing-letters.js)
10. [Sorted Union](sorted-union.js)
11. [Convert HTML Entities](convert-html-entities.js)
12. [Sum All Odd Fibonacci Numbers](sum-odd-fibonacci.js)
13. [Sum All Primes](sum-all-primes.js)
14. [Smallest Common Multiple](smallest-common-multiple.js)
15. [Drop It](drop-it.js)
16. [Steamroller](steamroller.js)
17. [Binary Agents](binary-agents.js)
18. [Everything Be True](everything-be-true.js)
19. [Arguments Optional](arguments-optional.js)
20. [Make a Person](make-a-person.js)
21. [Map the Debris](map-the-debris.js)## JavaScript Algorithms and Data Structures Projects
1. [Palindrome Checker](palindrome-checker.js)
2. [Roman Numerals](roman-numerals.js)
3. [Caesars Cipher](caesars-cipher.js)
4. [Telephone Number Validator](tel-num-val.js)
5. [Cash Register](cash-register.js)