JavaScript (JS) Course

July 7, 2023


In May 2023, I have started my third online course "JavaScript Algorithms and Data Structures" on JavaScript (JS) by "freeCodeCamp"

bern city guide page

In the JavaScript Algorithm and Data Structures Certification, I have leared the fundamentals of JavaScript including variables, arrays, objects, loops, and functions.

By the end of the course, I will apply that knowledge by creating algorithms to manipulate strings, factorialize numbers, and even calculate the orbit of the International Space Station.

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