From b185b6fe524d80214604af0f95d706ba0d74b70a Mon Sep 17 00:00:00 2001 From: Naverdo Sandeep <53392400+CRIMSONHydra@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:41:59 +0530 Subject: [PATCH] Fixed link preview in README.md Fixed a link not previewing correctly for the last video of section 15 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e67635b5..73e45499 100644 --- a/README.md +++ b/README.md @@ -600,7 +600,7 @@ The Event Loop is a critical part of JavaScript’s concurrency model, ensuring - [bind and this - Object Creation in JavaScript - FunFunFunction](https://www.youtube.com/watch?v=GhbhD1HR5vk) - [JS Function Methods call(), apply(), and bind() — Steve Griffith](https://www.youtube.com/watch?v=uBdH0iB1VDM) - [call, apply and bind method in JavaScript — Akshay Saini](https://www.youtube.com/watch?v=75W8UPQ5l7k) -- .[Javascript Interview Questions ( Call, Bind and Apply ) - Polyfills, Output Based, Explicit Binding - Roadside Coder] (https://youtu.be/VkmUOktYDAU?si=SdvLZ8FBmephPxjS) +- [Javascript Interview Questions ( Call, Bind and Apply ) - Polyfills, Output Based, Explicit Binding - Roadside Coder](https://youtu.be/VkmUOktYDAU?si=SdvLZ8FBmephPxjS) **[⬆ Back to Top](#table-of-contents)**