This repository is for becoming familiar with GitHub by completing JavaScript problems. There is a process to follow for contributing. The basics are outlined below, and full details/help can be found in the CONTRIBUTING.md file. Be sure to join our chat room on Gitter, we'd love to hear from you!
- Find an unsolved problem titled "new-member-x" under Issues, or if none exist, create a new issue asking for one
- Reserve the issue by commenting that you intend to solve the problem, or assigning it to yourself
- Clone the repo
- Solve the problem locally
- Add files and Commit changes
- Checkout to a new branch with a descriptive name (e.g. problem title
- Push your solution to the newly created branch
- Create a pull request to allow someone to merge your solution onto the repo
- Post a new simple JS problem titled "new-member-x+1" under Issues for the next person to practice