Welcome to the 30 Days of JavaScript repository! π This challenge, initiated by Scaler, is designed to help you master JavaScript by building strong fundamentals and solving real-world problems over 30 days.
Explore the repository here: 30 Days of JavaScript
Day | Topic | Highlights |
---|---|---|
1 | Introduction to JavaScript | Variables, Data Types, and Operators |
2 | Functions | Function Declaration, Expressions, and Scope |
3 | Arrays | Array Methods and Iteration |
β¦ | β¦ | β¦ |
30 | Final Project | Build and showcase a project using JavaScript |
Note: Detailed topics and tasks can be found in their respective folders.
30-days-of-javascript/
βββ Day-01/
β βββ README.md
β βββ task.js
βββ Day-02/
β βββ README.md
β βββ task.js
βββ ...
Each folder corresponds to a dayβs topic and contains:
git clone https://github.com/Gyanthakur/30-days-of-javascript.git
cd 30-days-of-javascript
cd Day-01
README.md
and complete tasks in task.js
.Contributions are welcome! Feel free to submit improvements, additional challenges, or solutions by forking the repository and creating a pull request.
This project is licensed under the MIT License.
Thank you for joining the 30 Days of JavaScript Challenge! Happy coding! π