Thank you for considering contributing to JavaScript Interview Questions!
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Add practice exercises for new questions
- Include common mistakes section
- Follow the existing format
- Test locally before submitting
Each question should include:
- Clear answer with code examples
- Practice exercise
- Common mistakes section