Higher Order Functions - JavaScript Tutorial

preview_player
Показать описание
What is a Higher Order Function in JavaScript?
Why do we need Higher Order functions?
And how can you use them to your advantage?

Higher Order Functions from the series "10 Things JS Developers Should Know"

This is episode 8 in a 10 part series I’m calling 10 things javascript developers should know but probably don’t. In this series, we’re going to cover some of the most fundamental and important parts of JavaScript that most of us don’t actually know, and barely touch. Today, for episode 8, we’re talking about Higher Order Functions, why they exist, and how to use them. Episode 8: Higher Order Functions. Let’s go!

All the code from this series is available here:

0:00:00 Intro
0:01:11 What is a Higher Order Functions?
0:02:28 Example: setTimeout
0:04:50 Example: Iterators and Loops
0:06:09 Chaining functions together
0:07:29 Function Factory
0:08:54 Conclusion
Рекомендации по теме
Комментарии
Автор

Episode 8: Higher Order Functions - JavaScript Tutorial 💻🎉

ColorCode-io
Автор

I don't understand why you don't have a lot more subscribers. I have went through several videos and found them very useful .

catbroslife
Автор

Sina, just a note of appreciation - your content and presentation are immaculate. You are one of the few educators who can employ humor so it contributes rather than detracts.

camcairns
Автор

Sina whoever chooses your music, please give him a raise. I have watched your videos so much that I can tell what topic it is based on the intro or background music.

prince
Автор

Currently 8 weeks into a web development bootcamp and i'm extremely lost....your videos are really helping me out man thank you!

Yawnz
Автор

This series is very well done, and extremely clear and useful. Can't wait for the episode on closures.

aleclloydprobert
Автор

these edits are so clean and entertaining, i wish more people saw you

lloydchan
Автор

Not sure if you'll see this, it's a year old video.
I'm currently learning web development and your videos are one of the greatest resources I found.
You deliver the info in a light yet effective way.
Hopefully you won't give up on this channel and would continue publishing those awsome videos.

karimmaged
Автор

Good fellas ❤ I just watched it awhile ago, what a coincidence!

BigSmoke-rw
Автор

I wasnt knowing for months like what it is to use this keyword with arrow functions.I legit didnt understand it.But now seeing your explaination made it all clear to me.You are a gem.

riteeshpai
Автор

Sir, your content has been a great help for me learning coding and reviewing coding (I go to coding class) You incorparate humor actually good, you have good visuals, mic quality and just everything is Immaculate. Thank you

Trolleger
Автор

This is a great explanation, thank you Sina. You are doing a great job, so please don't stop.

otabekkadirov
Автор

I really liked the old setup with the window ALOT better. Also your voice sounded better in the old setup. In the new one you clearly hear the resounding from the walls.

longingbydesign
Автор

Yeah, I'm a Brazilian guy and i really liked this vídeo, thanks a lot!

brunog
Автор

i like the way you explain in detail and with examples and the way the videos are made, very modern, clean and each topic of the videos gets a "separate" part of the video, making it easy for us viewers.

viorelmnk
Автор

Appreciate the bite sized approach to this content. Sometimes when you are researching something and you're staring down the barrel of a 45 minute video it can be defeating.

Cheers :)

Speedhaak
Автор

I'm studying to be a full stack developer, based in South Africa. I've seen a lot of webdev tutorial videos online but I'm yet to see someone who does it better! 👌

averageguys_sa
Автор

The essentials of Higher Order Functions in JavaScript; so succinctly explained. Thanks, Sina

{2023-06-21}

Pareshbpatel
Автор

This is the first video I watch from your channel and I have to say it is really good. The animations, explanation and everything. Thank you so much

SofiaLo-
Автор

Wow! This really takes away the mystique of higher order functions for me after years of programming in TS. How they work is obvious to me now, hence this video did its job. I just never really gripped how functions sent in as arguments run the code for each element in a collection, but now seeing you write these higher order functions, I see how they do the processing in a black box just like they would for any other primitive argument type. Thank you!

Ratchet