Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 656 Bytes

File metadata and controls

25 lines (18 loc) · 656 Bytes

Contributing Guide

Thank you for considering contributing to JavaScript Interview Questions!

How to Contribute

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Guidelines

  • Add practice exercises for new questions
  • Include common mistakes section
  • Follow the existing format
  • Test locally before submitting

Questions Format

Each question should include:

  • Clear answer with code examples
  • Practice exercise
  • Common mistakes section