Skip to content

indrareddy333/javascript-course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Course

This repository is a fork of the JavaScript Course by SuperSimpleDev. It contains a collection of JavaScript exercises that I will use to practice and improve my JavaScript skills on a daily basis.

Overview

The exercises in this repository are designed to cover various JavaScript concepts, from basic syntax to more advanced topics. By working through these exercises, I aim to enhance my understanding and proficiency in JavaScript development.

Goals

  • Practice JavaScript daily to build consistency.
  • Strengthen foundational JavaScript concepts.
  • Gain hands-on experience with problem-solving and coding challenges.

Repository Structure

The repository is organized into multiple folders based on topics or difficulty levels, such as:

  • Basics: Covers fundamental JavaScript syntax and concepts.
  • Functions: Focuses on functions, scope, and closures.
  • Objects and Arrays: Includes exercises on objects, arrays, and their methods.
  • ES6 Features: Explores modern JavaScript features like arrow functions, destructuring, and modules.
  • Advanced Topics: Challenges that involve higher-order functions, asynchronous programming, and more.

How to Use

  1. Clone this repository to your local machine:
    git clone https://github.com/<your-username>/javascript-course.git
  2. Navigate to the cloned repository:
    cd javascript-course
  3. Open the exercises in your favorite code editor (e.g., VS Code).
  4. Complete one or more exercises daily. Follow the instructions provided in each exercise file.

Acknowledgments

A big thank you to SuperSimpleDev for creating this fantastic resource for learning JavaScript.


Happy coding! ✨

About

This repo consist of JavaScript exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.0%
  • HTML 12.9%
  • CSS 11.1%