#arrow-functions

[ follow ]
#javascript
fromInfoWorld
6 days ago
JavaScript

9 vital concepts of modern JavaScript

Mastering modern JavaScript fundamentals—variables, collections, arrow functions, scope, and closures—enables confident work across client and server JavaScript ecosystems.
fromJrsinclair
2 months ago
JavaScript

What's the difference between named functions and arrow functions in JavaScript?

Arrow functions simplify syntax but differ from traditional function declarations and expressions in their handling of 'this' and hoisting.
[ Load more ]