https://github.com/kunaldhongade/javascript
30 Days of JavaScript
https://github.com/kunaldhongade/javascript
javasc js
Last synced: 6 months ago
JSON representation
30 Days of JavaScript
- Host: GitHub
- URL: https://github.com/kunaldhongade/javascript
- Owner: kunaldhongade
- License: mit
- Created: 2023-06-27T06:55:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T09:16:53.000Z (over 1 year ago)
- Last Synced: 2025-02-04T19:18:18.465Z (8 months ago)
- Topics: javasc, js
- Language: JavaScript
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 30 Days of JavaScript Tutorials
Welcome to the 30 Days of JavaScript Tutorials repository! In this repository, you'll find a series of JavaScript tutorials designed to help you improve your coding skills day by day. Each day, a new tutorial will be added, covering various aspects of JavaScript programming.
## How to Use
- Clone the repository to your local machine using the following command:
git clone
- Navigate to the tutorial files to access each day's JavaScript code and explanation.
## Table of Contents
1. [Day 1: Introduction to JavaScript](day-01.md)
- Topics covered: Variables, Data Types, Console Output
2. [Day 2: Control Flow](day-02.md)
- Topics covered: If-else statements, Switch statements, Loops
3. [Day 3: Functions](day-03.md)
- Topics covered: Function declarations, Arrow functions, Parameters
4. [Day 4: Arrays](day-04.md)
- Topics covered: Array creation, Accessing elements, Array methods
5. [Day 5: Objects](day-05.md)
- Topics covered: Object literals, Object properties, Object methods
## Contributing
If you would like to contribute to this project by adding new tutorials or improving existing ones, please follow these steps:
1. Fork the repository.
2. Create a new branch with a descriptive name for your changes.
3. Make your changes and commit them with a clear and concise commit message.
4. Push your changes to your forked repository.
5. Submit a pull request, detailing the changes you've made and why they should be included.
## License
This project is licensed under the [MIT License](LICENSE).
Happy coding!