Callback and Higher Order Functions in JavaScript

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

💖 Channel Support

💌 For Business Inquiries

🚶‍♂️ Follow us

---
Callback & Higher-Order Functions in JavaScript

Callback Functions and Higher-Order Functions are two important concepts of function handling in JavaScript. When a function is passed as an argument to another function then that passed function is called a Callback function. The function that receives the callback function is called a Higher-Order Function (HOF), and there is also a function that returns a new function back to the caller. so that also comes under HOF.

All of the concepts are well explained, with more appropriate real-world examples. These two concepts are widely used in javascript frameworks and libraries. Also during DOM Event Handling and HTTP Request-Response Handling.

Discussion @ times
--------------------------------
00:00 - Introduction.
00:27 - Callback Functions in JavaScript.
02:54 - Advantages of Using Callback Function.
09:39 - Higher-Order Function.
12:03 - Applications of Callback & HOF in JS.
12:36 - Example of HOF which Returns another Function.

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

Hello, Thank you and greetings from Bulgaria.
I think those f-ns like doubler and trippler can also be called Closures. And in this particular form can also be called currying.
Kind Regards.

mocococo
Автор

Waiting for arrays methods tutorial video

broken_angles_