How does 'this' work in JavaScript?

preview_player
Показать описание
Just a bunch of quick off-the-cuff examples of "this" in JavaScript

Рекомендации по теме
Комментарии
Автор

In arrow functions the value of “this” is automatically bound to the outer scope’s value of this or “enclosing lexical context”. The outer scope or “enclosing lexical context” in the video is the component Counter. “This” is great for inducing headaches and negative emotions!

ihateslowcars
Автор

thanks for sharing this, looking for react work, so that I can practice the reactjs coding, please help

souravkumar
Автор

that was probably the word you were after 😋

leecheneler