From b394eb4869955058daa5e1d7ef9477e8b6764e43 Mon Sep 17 00:00:00 2001 From: "Trevor I. Lasn" Date: Mon, 14 Oct 2024 21:16:41 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e67635b5..faca041f 100644 --- a/README.md +++ b/README.md @@ -434,6 +434,7 @@ The Event Loop is a critical part of JavaScript’s concurrency model, ensuring - [Understanding JavaScript's requestAnimationFrame() — JavaScript Kit](http://www.javascriptkit.com/javatutors/requestanimationframe.shtml) - [Handling time intervals in JavaScript - Amit Merchant](https://www.amitmerchant.com/Handling-Time-Intervals-In-Javascript/) - [Debounce – How to Delay a Function in JavaScript - Ondrej Polesny](https://www.freecodecamp.org/news/javascript-debounce-example/) +- [setImmediate() vs setTimeout()](https://www.trevorlasn.com/blog/setimmediate-vs-settimeout-in-javascript) ### video Videos From 06f7d8da7e6e3dbd83c4ef5b6a1a5bdcbd483aad Mon Sep 17 00:00:00 2001 From: "Trevor I. Lasn" Date: Mon, 14 Oct 2024 21:19:21 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index faca041f..021c246e 100644 --- a/README.md +++ b/README.md @@ -834,6 +834,7 @@ The Event Loop is a critical part of JavaScript’s concurrency model, ensuring - [whatthefuck.is · A Closure - Dan Abramov](https://whatthefuck.is/closure) - [Closures in JavaScript can... - Brandon LeBoeuf](https://dev.to/brandonleboeuf/closure-in-javascript-49n7) - [Do you know Closures - Mohamed Khaled](https://dev.to/this_mkhy/do-you-know-es6-part-3-advanced-3fcl#Closures-2) +- [Understanding JavaScript Closures With Examples - Trevor I. Lasn](https://www.trevorlasn.com/blog/understanding-javascript-closures) ### video Videos