First Class Functions in JavaScript

Описание к видео First Class Functions in JavaScript

Please subscribe:    / @devtutsco  
JS + TS mailing list: https://buttondown.email/devtuts
Website: https://nick.scialli.me

--

JavaScript has first-class functions. This means functions can be treated like other values, which turns out to be incredibly important behavior to understand as you advance as a JavaScript developer. The following three bullets represent important first-class function behavior:

Functions can be assigned to variables
Functions can be passed as arguments to other functions
Functions can be returned from other functions

Комментарии

Информация по комментариям в разработке