Skip to content

GuneetGill/javascript-course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

178 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Essentials Course

This repository contains the exercises materials from a JavaScript course. The course covers fundamental JavaScript concepts.

Course Overview

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

Exercises Completed

All exercises provided in the course have been completed. You can find the solutions in the 1-exercise-solutions folder.

Learning Outcomes

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.8%
  • HTML 14.3%
  • CSS 10.9%