Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 376 Bytes

File metadata and controls

10 lines (6 loc) · 376 Bytes

JavaScript_Algos_DS_Projects

Projects I completed during the JavaScript Algorithms and Data Structures freeCodeCamp course.

Overview of projects:

Palindrome Checker: Determines if a user's input is a palindrome.

Roman Numeral Converter: Converts a user's input into a roman numeral.

US Phone Validator: Determines if a user's input is a valid US phone number.