An open API service indexing awesome lists of open source software.

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

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!