JavaScript for Developers 34 - Function Expressions

preview_player
Показать описание

Ini this video, we'll look at an alternative way of creating functions in JavaScript - using function expressions.
Рекомендации по теме
Комментарии
Автор

Your lectures are that good, I click on ads purposely just to thank you for what you are doing.

mandeepsharma
Автор

Thank you! I give you likes even before the video starts

sabinakhonakbarova
Автор

I seemed to have missed where you specifically define a function expression--you began to but then went on to describe a function as a value; please define, especially as you use this term in other videos.

webstuff
Автор

i dont know but what could be reason have this kind function assinging to variable when have very commonly accepted ways
of calling function . may to have more neat code

narendrasinghsisodiya
Автор

why to use function expression rather than function declaration.. I mean the advantage

FATEMAFATEMA-dgrh
Автор

function add(a, b){
return a+b;
}
console.log(add());
@Java Brains can you explain it

thebibhuty
visit shbcf.ru