You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# JavaScript Algorithms and Data Structures Projects
2
+
3
+
My solution proposals for
4
+
the [JavaScript Algorithms and Data Structures Projects](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#javascript-algorithms-and-data-structures-projects)
5
+
exercises.
6
+
7
+
freeCodeCamp module description:
8
+
> *"This is it — time to put your new JavaScript skills to work. These projects are similar to the algorithm scripting challenges you've done before – just much more difficult. Complete these 5 JavaScript projects to earn the JavaScript Algorithms and Data Structures certification."*
9
+
10
+
### Exercises
11
+
12
+
-[ ][ 1 - Palindrome Checker]()
13
+
-[ ][ 2 - Roman Numeral Converter]()
14
+
-[ ][ 3 - Caesars Cipher]()
15
+
-[ ][ 4 - Telephone Number Validator]()
16
+
-[ ][ 5 - Cash Register]()
17
+
18
+
⬅️ [Back to main file](../README.md)
19
+
20
+
###### Disclaimer: This repository should not be viewed as a facilitator for these courses. <br> This is intended to highlight and memorize my journey through this certification.
0 commit comments