FreeCodeCamp JavaScript DSA Certificate
In the JavaScript Algorithm and Data Structures Certification, I learnt the fundamentals of JavaScript including variables, arrays, objects, loops, and functions. After the fundamentals, I applied that knowledge by solving algorithm challenges like manipulate strings, factorialize numbers, and even calculate the orbit of the International Space Station. Along the way, I also learnt two important programming styles or paradigms: Object Oriented Programming (OOP) and Functional Programming (FP).
