JavaScript Arrow Functions In 90 Seconds #JavaScriptJanuary

preview_player
Показать описание
Watch the entire #JavaScriptJanuary series from the beginning!

The arrow function was introduced with JavaScript ES6. Arrow functions can make your code shorter, more concise, and easier to read.

But it’s very important to understand that we do have to be careful when we use arrow functions. Regular functions rebind ‘this’ to the object that called it. It could be the window, document, a button, or something else.

Arrow functions do not rebind ‘this’. ‘this’ remains bound to the context from which it was called.

I'll be releasing a new video every day in January! Stay tuned..
_____________________________________

📚 Learn to CODE in just a FEW months here:
_____________________________________

🛠️ Tools I use:

_____________________________________

💖 Show support!
_____________________________________

Watch Next:
_____________________________________

Connect With Me:
_____________________________________

** 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
Рекомендации по теме
Комментарии
Автор

Thanks for all of the support! Stay tuned for a new video every day in January!!

Watch the entire #JavaScriptJanuary series from the beginning!

📚 My Favorite Web Design Books 📚
Web Design with HTML, CSS, JavaScript and jQuery Set by Jon Duckett (paid link)

codeSTACKr
Автор

Briefly and to the point, fantastic!!

Webnoob
Автор

I'm just learning and these are really cool. Please keep em coming they're awesome!

staticsock
Автор

Please guru do tutorial oop JavaScript?

TheWandererDoc
Автор

I want my code editor to change the font for keywords, like "return" in your slides!

mykalimba