From c5d1d86986458223de6ccdc24eff7d1f23fecb66 Mon Sep 17 00:00:00 2001 From: Roshan_Nayak <90680393+Roshan-Nayak1@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:25:57 +0530 Subject: [PATCH] Added video link for 'TRUST ISSUES with setTimeout() ' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the video link in the README section'setTimeout, setInterval, and requestAnimationFrame'. The updated link directs learners to 'TRUST ISSUES with setTimeout() — Akshay Saini' by Akshay Saini, which is a more relevant and useful resource. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2972a851..6f398d5a 100644 --- a/README.md +++ b/README.md @@ -364,9 +364,10 @@ All the translations for this repo will be listed below: ### Videos - 🎥 [Javascript: How setTimeout and setInterval works — Coding Blocks India](https://www.youtube.com/watch?v=6bPKyl8WYWI) +- 🎥 [TRUST ISSUES with setTimeout() — Akshay Saini ](https://youtu.be/nqsPmuicJJc?si=4FXKlZfqiJUqO2Y4) - 🎥 [setTimeout and setInterval in JavaScript — techsith](https://www.youtube.com/watch?v=TbCgGWe8LN8) - 🎥 [JavaScript Timers — Steve Griffith](https://www.youtube.com/watch?v=0VVJSvlUgtg) -- 🎥 [JavaScript setTimeOut and setInterval Explained — Theodore Anderson](https://www.youtube.com/watch?v=mVKfrWCOB60) +- 🎥 [JavaScript setTimeOut and setInterval Explained — Theodore Anderson](https://www.youtube.com/watch?v=mVKfrWCOB60) **[⬆ Back to Top](#table-of-contents)**