Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 2.63 KB

File metadata and controls

37 lines (30 loc) · 2.63 KB

jQuery

My solution proposals for the jQuery exercises.

freeCodeCamp module description:

"jQuery is one of the most widely used JavaScript libraries in the world. In 2006 when it was released, all major browsers handled JavaScript slightly differently. jQuery simplified the process of writing client-side JavaScript, and also ensured that your code worked the same way in all browsers. In this course, you'll learn how to use jQuery to select, remove, clone, and modify different elements on the page."

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.