This repository contains the exercises materials from a JavaScript course. The course covers fundamental JavaScript concepts.
This course provided a comprehensive introduction to JavaScript, focusing on core concepts and practical applications. The topics covered include:
- JavaScript Basics: Variables, Data Types, and Operators
- Control Structures: Conditionals and Loops
- Functions: Declaration, Expression, and Arrow Functions
- Objects and Arrays: Manipulation and Iteration
- DOM Manipulation: Selecting, Modifying, and Event Handling
All exercises provided in the course have been completed. You can find the solutions in the 1-exercise-solutions folder.
By completing this course, I have gained a solid understanding of JavaScript fundamentals, including:
- Writing clean and efficient JavaScript code
- Manipulating the DOM to create dynamic web pages
- Using functions and control structures to solve problems
- Understanding objects, arrays, and their practical use in JavaScript