Skip to content

Latest commit

 

History

History
130 lines (123 loc) · 11.3 KB

File metadata and controls

130 lines (123 loc) · 11.3 KB

Basic JavaScript

My solution proposals for the Basic JavaScript exercises.

freeCodeCamp module description:

"JavaScript is a scripting language you can use to make web pages interactive. It is one of the core technologies of the web, along with HTML and CSS, and is supported by all modern browsers. In this course, you'll learn fundamental programming concepts in JavaScript. You'll start with basic data structures like numbers and strings. Then you'll learn to work with arrays, objects, functions, loops, if/else statements, and more."

Exercises

⬅️ Back to main file


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.