Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.64 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.64 KB

JavaScript Learning Notebooks 📚

Welcome to my JavaScript learning journey captured through Jupyter notebooks! 🚀 This repository serves as a collection of my interactive code snippets, experiments, and projects as I delve deeper into the world of JavaScript.

Introduction

In this repository, you'll find Jupyter notebooks containing my progress, insights, and challenges as I explore various aspects of JavaScript. From basic syntax and data types to advanced topics like DOM manipulation and asynchronous programming, I aim to document my learning process for both personal reference and to assist fellow learners.

Run Locally

  1. Clone this repository:

    git clone https://github.com/yasir2002/js-learning-jupyter
    
  2. Navigate to folder:

    cd ./js-learning-jupyter
    
  3. Node and Jupyter is required to run all the snippets. Download node from here, Jupyter can be installed in VS Code from here.

  4. Open the project in VS code and easily learn JavaScript executing every example individually.

Usage 🚀

Feel free to explore the notebooks and use them as a reference for your own JavaScript learning journey. If you find any errors or have suggestions for improvement, please don't hesitate to reach out.

Contributions 🤝

I welcome contributions and feedback from the community. If you have any valuable insights or code examples to add, please feel free to open a pull request. Let's learn and grow together!

License 📋

This project is licensed under the GPL License.

Happy coding! 🌟