Function Expression
A function expression is part of an assignment and does not get hoisted:
1 |
|
Arrow Function Expression
Compact form of writing a function expression which got introduced in ES6:
1 |
|
A function expression is part of an assignment and does not get hoisted:
1 |
|
Compact form of writing a function expression which got introduced in ES6:
1 |
|