leonardomso / 33-js-concepts

📜 33 JavaScript concepts every developer should know.
MIT License
63.37k stars 8.85k forks source link

Update : Added Working principle and TRUST ISSUES with setTimeout() Video Link #392

Closed Roshan-Nayak1 closed 1 year ago

Roshan-Nayak1 commented 1 year ago

Description:

This pull request updates the video link for 'TRUST ISSUES with setTimeout() — Akshay Saini' in the 'setTimeout, setInterval and requestAnimationFrame' section of the README. The new link provides a better explanation of the topic.

Link:

Additional Context: The updated video delves into common trust issues associated with setTimeout() in JavaScript, which is crucial for understanding the topic.

Testing: I've tested the link, and it's working as expected.

Reviewer Request: @leonardomso

Description (Extended):

The updated 'TRUST ISSUES with setTimeout() — Akshay Saini,' is a video that explores the principles of setTimeout() and how it operates behind the scenes. It emphasizes that setTimeout() does not guarantee that the callback method will be run exactly after a specified delay, which can lead to trust issues with this function.

Additionally, the video addresses the intriguing scenario of setTimeout() with a 0-millisecond delay, a common interview topic that can be rather perplexing for inexperienced developers.

Link to the video: TRUST ISSUES with setTimeout() — Akshay Saini Could you please add the 'Hacktoberfest Accepted Label' to this , So I got eligible .