У нас вы можете посмотреть бесплатно JavaScript call() apply() bind() Methods In 90 Seconds или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Watch the entire #JavaScriptJanuary series from the beginning! • #JavaScriptJanuary 2020 In JavaScript the call(), apply(), and bind() methods can be used to assign an object to the “this” keyword. The first argument is the object being assigned. Then we can pass in more arguments. These will then be used by the function. The apply() method is similar to the call() method. The only difference is that the call() method takes arguments separately and the apply() method takes arguments as an array. So when working with arrays you would want to use apply(). There are other interesting things we can do with apply(). For instance, JavaScript arrays do not have a max() method. So if we have an array of numbers and we want to get the maximum value we could use apply(). Since we are not assigning anything to the “this” keyword, so we just set that to null then pass in our array. The bind() method creates a new bound function, which wraps the original function object. So we are essentially creating a new function bound to the object. Then we call the function along with our arguments. I'll be releasing a new video every day in January! Stay tuned.. _____________________________________ 📚 Learn to CODE in just a FEW months here: Treehouse Discount Code: https://treehouse.7eer.net/codeSTACKr _____________________________________ 🛠️ Tools I use: 🟠 Theme: https://marketplace.visualstudio.com/... 🟠 Font: STACKr Code (Exclusive to my VS Code Course - https://vsCodeHero.com) 🟠 SuperHero Extension Pack: https://marketplace.visualstudio.com/... 🚢 Deploy for FREE on Vercel: https://vercel.com/ambassadors/codest... _____________________________________ 💖 Show support! PayPal: https://paypal.me/codeSTACKr _____________________________________ Watch Next: Web Development - Beginners Roadmap (2020) - • Web Developer Roadmap 2020 | A Guide ... Playlist: Web Development For Beginners - • Web Development - Beginners Roadmap (... _____________________________________ Connect With Me: Website: http://www.codestackr.com Twitter: / codestackr Instagram: / codestackr Facebook: / codestackr _____________________________________ ** Affiliate Disclaimer: Some of the above links may be affiliate links, which may generate me a sales commission at no additional cost to you. #JavaScriptJanuary #31Days31Videos #codeSTACKr