/freeCodeCamp-JavaScript-Algorithms-and-Data-Structures

freeCodeCamp JavaScript Algorithms and Data Structures Solutions

Primary LanguageJavaScript

freeCodeCamp-JavaScript-Algorithms-and-Data-Structures

freeCodeCamp.org is a nonprofit organization helping thousands of people learn to code for free. This respository captures my personal solutions to the JavaScript Algorithms and Data Structures course.

In the JavaScript Algorithm and Data Structures Certification, you'll learn the fundamentals of JavaScript including variables, arrays, objects, loops, and functions.

Once you have the fundamentals down, you'll apply that knowledge by creating algorithms to manipulate strings, factorialize numbers, and even calculate the orbit of the International Space Station.

Along the way, you'll also learn two important programming styles or paradigms: Object Oriented Programming (OOP) and Functional Programming (FP).

Sections

  • Basic JavaScript
  • ES6
  • Regular Expressions
  • Debugging
  • Basic Data Structures
  • Basic Algorithm Scripting
  • Object Oriented Programming
  • Functional Programming
  • Intermediate Algorithm Scripting
  • JavaScript Algorithms and Data Structures Projects