- Feel free to contribute to this repo by raising the pull request
- If you do not know to raise a pull request, send an email with details to [email protected]
- Spelling mistakes, improvement of answers, code comments, rephrasing the questions / points, additional details, quality references and similar contributions are highly appreciated
- The question should be unambiguous and as generic as possible
- Only JavaScript questions with coding solutions are allowed (No theoretical question)
- Any coding hints to be provided along with the question can be included as example
- This repo does not aim to solve algorithm questions in JavaScript
- Answer can contain maximum 4 parts
- Important points related to solving the question or about the implementation logic - optional but recommended
- Solution program (single or multiple solutions) - mandatory
- Notes (additional detail about the answer) - optional
- References - optional but recommended
- No full stop at the end of the question or points
- Output of the code is mentioned in front of the statement with comments
- Code comments should be before or after the code in a separate line
- Driver codes are added only when necessary
- The difficulty level of the question in general increases with the question number
- Follow the existing format of markdown and code