Skip to content

This repository houses code snippets that document my voyage through learning JavaScript. Within, you'll find exercises, notes, and examples that outline my exploration of various JavaScript concepts.

License

Notifications You must be signed in to change notification settings

ChiefMahedi/JavaScriptPlayground

Repository files navigation

My Skills

JavaScriptPlayground: My JavaScript Learning Journey

Description

This repository houses code snippets that document my voyage through learning JavaScript. Within, you'll find exercises, notes, and examples that outline my exploration of various JavaScript concepts.

Installations

Clone the Repository

Clone this repository to your local machine:

git clone https://github.com/ChiefMahedi/JavaScriptPlayground.git

Install Dependencies

Navigate to the project directory and install the necessary dependencies using npm:

npm install

Usage

  • The ./Basics folder contains various JavaScript code snippets and notes demonstrating basic concepts like variables, functions, data types, operators, etc .
  • The ./Intermediate folder contains various JavaScript code snippets and notes demonstrating concepts like array, class, and keyed-collections like map, and set.
  • The ./Advanced folder contains various JavaScript code snippets and notes demonstrating concept like asynchronous programming.
  • Each subfolder might have its own README for more specific instructions.

Folder Structure

  • ./Basics
  • ./Intermediate
  • ./Advanced

Learning Journey

During this journey, I encountered various challenges. However, I found invaluable resources such as MDN Web Docs and JavaScript tutorials on YouTube, which played a crucial role in aiding my understanding. These resources significantly contributed to my improved grasp of the concepts, enabling me to effectively solve problems and advance in my learning journey.

Contributing

If you'd like to contribute to this repository, feel free to fork it and submit a pull request.

License

This project is licensed under the MIT License.

About

This repository houses code snippets that document my voyage through learning JavaScript. Within, you'll find exercises, notes, and examples that outline my exploration of various JavaScript concepts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published