https://github.com/brunosobraldev/freecodecamp
https://github.com/brunosobraldev/freecodecamp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunosobraldev/freecodecamp
- Owner: BrunoSobralDEV
- Created: 2021-12-26T19:11:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T20:05:22.000Z (over 4 years ago)
- Last Synced: 2025-01-11T11:19:24.562Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# freeCodeCamp
[freeCodeCamp](https://www.freecodecamp.org/)
# JavaScript Algorithms and Data Structures
>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).