Function returning another function | Function | JavaScript

preview_player
Показать описание
In this lecture, you will learn about another highr-order function concept where a function can return another function as a value. This concept is very frequently used in JavaScript programs so lets see how to return a function from within another function.
Рекомендации по теме
Комментарии
Автор

Very interesting the explanation about the second parenthesis in the function. Thank you very much!

rodrigofaria
Автор

Thanks a lot, that's a great explanation!

JennyZibreva