Learning JavaScript Functions

preview_player
Показать описание
Learn all about JavaScript functions.

Рекомендации по теме
Комментарии
Автор

You're really good at explaining the concepts, even though I know the JS basics already, I feel like I'm picking stuff up.

techstacker
Автор

my mind is blown.... thank you for making such a clear explanation about function.

rayrayrun
Автор

Thanks for these videos. They are helpful.

aiiaznsker
Автор

Straight to point!!! Learnt a lot .... THANKS!
Question: What do you think about applying context to default values?
eg
var context = {type: 'grizzly', says: }
bear = bear.bind(context)
function bear(type=this.type, says=this.says) {
return 'The ' + type + ' bear says ' + says
}

AlbertYankson
Автор

haha clear and simple :) now with your explanation javascript somehow seems to be reasonable..^^

volctube