Skip to content

hgonzaga/freecodecamp-js-algorithms-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freeCodeCamp - JavaScript Algorithms and Data Structures (2021)

My solution proposals for the JavaScript Algorithms and Data Structures certification exercises.

freeCodeCamp course description:

"While HTML and CSS control the content and styling of a page, JavaScript is used to make it interactive. 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)."

Courses

Languages

javascript

Disclaimer: This repository should not be viewed as a facilitator for these courses.
This is intended to highlight and memorize my journey through this certification.