Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.29 KB

File metadata and controls

27 lines (19 loc) · 1.29 KB

Pull Request Template

Thank you for contributing to the JavaScript Interview Preparation Guide! Please ensure the following before submitting your pull request:

📋 What did you do?

  • Describe the changes you made to the repository (e.g., added a new question, fixed a formatting issue, etc.).

🔧 How to test your changes?

  • Explain how others can test your changes (e.g., instructions to check the new question or see the fix in action).

✅ What are the expected results?

  • Provide the expected outcome after your changes are merged (e.g., a new question appears under the appropriate category or a formatting issue is resolved).

📝 Checklist

  • I have read the CONTRIBUTING.md guidelines.
  • My changes are relevant to the issue I am addressing.
  • I have added my question to the correct category (Easy, Medium, Hard).
  • I have provided a clear and beginner-friendly explanation for the added question.
  • I have tested the content for formatting and clarity.
  • I have ensured there are no typos or grammatical errors.

💬 Additional Notes (Optional)

  • Add any extra context or information that may be helpful for the reviewer.

Thanks again for contributing and helping freshers prepare better for JavaScript interviews! 🎯🚀