This repository is a collection of solutions of LeetCode Javascript Problems.
- Open the LeetCode website.
- Open the question you want to solve.
- For example, you want to solve this question Array Prototype Last
- Thus just remove the spaces from the title and search the file in the repo . In this it will
ArrayPrototypeLast.js
- Fork this repository.
- Clone the repository.
- Create files in the format
QuestionTitle.js
if it doesn't exist. - Add your solution.
- Commit and push the changes.
- Create a pull request.
- Star this repository.