From 75c6afb3666578be46b465df01eea0dba3f1a2c7 Mon Sep 17 00:00:00 2001 From: Navaneeth V Date: Sun, 8 Sep 2024 22:17:25 +0530 Subject: [PATCH] Added a link to the video which explains JS VM Internals, how event loop, callback works --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0a902c3..dafcacf0 100644 --- a/README.md +++ b/README.md @@ -434,6 +434,7 @@ All the translations for this repo will be listed below: - [How JavaScript Code is executed? How Javascript works behind the scenes](https://youtu.be/iLWTnMzWtj4) - [Understanding the V8 JavaScript Engine - freeCodeCamp Talks](https://www.youtube.com/watch?v=xckH5s3UuX4) - [JavaScript Under The Hood - JavaScript Engine Overview - Traversy Media](https://www.youtube.com/watch?v=oc6faXVc54E) +- [Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains](https://www.youtube.com/watch?v=QyUFheng6J0) **[⬆ Back to Top](#table-of-contents)**