This repository is dedicated to my JavaScript practice journey. It serves as a personal space for improving my JavaScript skills, exploring different concepts, and mastering JavaScript programming.
The main goal of this repository is to build a strong foundation in JavaScript and become proficient in writing efficient and clean JavaScript code. By engaging in regular practice and tackling various programming challenges, I aim to enhance my problem-solving abilities and gain confidence in my JavaScript programming skills.
Each day, a new directory will be created to represent a programming session (e.g., exercise1, exercise2, etc.). Within each directory, you will find JavaScript files containing the code I wrote during that specific programming session.
- I will practice JavaScript regularly and challenge myself with different coding exercises and projects.
- Before referring to any external resources or solutions, I will make an earnest effort to solve the problems on my own.
- I will explore advanced JavaScript concepts like closures, async/await, functional programming, and more to deepen my understanding of the language.
- I will maintain a log in the
Questions.txtfile, which will contain the exercises completed during my JavaScript practice. - The log will help me track my progress, set goals, and reflect on the areas I need to focus on for improvement.
- I will also add questions from Leetcode with one or few ways to solve it.