Add new JavaScript interview question: Difference between setTimeout and requestAnimationFrameAdd js questions#327
Conversation
|
The entire repo is itself javascript repo, So we don't need to mention especially javascript. Please update it. |
|
Hi @sudheerj 👋 |
|
Hi @sudheerj 👋 |
|
Hi @sudheerj 👋 Just a friendly follow-up to check whether this PR needs any further changes 🙏 Whenever you have a moment, I’d appreciate a quick review. |
Hi @sudheerj, |
|
Hi @sudheerj 👋 Just a gentle follow-up — all requested changes have been applied and the This PR is now fully aligned with the style of the repository and ready from my I’m hoping to get this wrapped up tonight so I can continue contributing more |
Added a new JavaScript interview question to the README:
Question: What is the difference between setTimeout and requestAnimationFrame in JavaScript, and when should you use each?
Answer: Explains the difference, usage scenarios, and includes code examples.