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.
Clone this repository to your local machine:
git clone https://github.com/ChiefMahedi/JavaScriptPlayground.git
Navigate to the project directory and install the necessary dependencies using npm:
npm install
- 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.
./Basics
./Intermediate
./Advanced
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.
If you'd like to contribute to this repository, feel free to fork it and submit a pull request.
This project is licensed under the MIT License.