From 3483303ebbcd05b29fc9c8aedf673d04b9a49667 Mon Sep 17 00:00:00 2001 From: Chetan Nada <83969719+chetannada@users.noreply.github.com> Date: Thu, 17 Aug 2023 01:00:41 +0530 Subject: [PATCH] Update: Added Video Link in Point 15 in README.md Added Video Link in Point 15 - `this, call, apply and bind` in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c147385..1b8b4bd4 100644 --- a/README.md +++ b/README.md @@ -506,6 +506,7 @@ All the translations for this repo will be listed below: - 🎥 [Understanding Functions and 'this' In The World of ES2017 — Bryan Hughes](https://www.youtube.com/watch?v=AOSYY1_np_4) - 🎥 [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) **[⬆ Back to Top](#table-of-contents)**