Skip to content

Commit e3c41df

Browse files
committed
Added new JavaScript Algorithms and Data Structures Projects module structure
+ create README.md file
1 parent 40dd94d commit e3c41df

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 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.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ freeCodeCamp course description:
1818
- [X] [ 07 - Object Oriented Programming](/07-object-oriented-programming/README.md)
1919
- [X] [ 08 - Functional Programming](/08-functional-programming/README.md)
2020
- [X] [ 09 - Intermediate Algorithm Scripting](/09-intermediate-algorithm-scripting/README.md)
21-
- [ ] [ 10 - JavaScript Algorithms and Data Structures Projects]()
21+
- [ ] [ 10 - JavaScript Algorithms and Data Structures Projects](/10-javascript-algorithms-and-data-structures-projects/README.md)
2222

2323
### Languages
2424

0 commit comments

Comments
 (0)