It consists the solutions of both easy as well as medium level javascript questions. I hope you will find this helpful !
- Fork the repository
- Do the desired changes (add/delete/modify)
- Make a pull request
- If your solution's time complexity is better than the solution already present.
- If your solution's space complexity is better than the solution already present.
- If your solution is of the same time and space complexity but is more concise. In this case, comment out the original solution & make a pull request with your solution.
- If your solution is of the same time and space complexity but is easier/more readable to understand.