filmov
tv
JavaScript Tutorial - Arrow Functions

Показать описание
In this video I will go over arrow Functions in JavaScript.
Arrow functions are shoter syntax for writing function expresions. Basically you write
the parameters in parantheses followed by an "arrow" and then in curly braces the code you want
to run for the function.
Arrow functions are shoter syntax for writing function expresions. Basically you write
the parameters in parantheses followed by an "arrow" and then in curly braces the code you want
to run for the function.