This repository contains Leetcode DSA Solution using Javascript
and Javascript Code snippet
of Important Topics. It is meant to help beginners to learn and practice JavaScript concepts and features in a hands-on way.
- 📚 Folder 2021
- 📚 Folder 2022
- 📚 Folder 2023
- 📚 Folder 2024
You need to write the following commands on the terminal screen (in vscode) so that you can run this project locally.
git clone "https://github.com/chetannada/Javascript-Practice.git"
Go to the project directory
cd Javascript-Practice
Install dependencies
npm install
Start the server
npm run dev
This application should now be running on localhost
. If you want to Fork repository and want to run locally, follow this guidelines Fork and Clone Github Repository
If you found any issues
with any code snippet or solutions, or if you have any suggestions for new exercises, feel free to open an issue
or submit a pull request.