Higher Order Functions: A JavaScript Strong Point

preview_player
Показать описание
How does the concept of higher order functions relate to first class functions? What is a higher order function? In this tutorial we answer these questions and show an example of a higher order function using the sort method to alphabetically sort the elements in an array.

Would you like to help keep this channel going?

For a complete list of all our tutorials:

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

I like your intonation and voice crescendo. In the way that you talk we learners understand the points and concepts better.

RameenFallschirmjager
Автор

I have no idea where the arguments "a" or "b" are. How does the program determine what variables are passed in as "a" and "b" and what are they?

IcarianX
Автор

You teach very clearly and to the point. That's a skill not a lot of youtubers have. Subscribed and waiting for more javascript videos.

kc
Автор

For reuse and less coupled code, you could define a function expression that performs the comparison that returns a.toLowerCase() - b.toLowerCase() and then pass that function into sort. Nice tutorial.

dsnow
Автор

I really love your teaching style. Just started Lambda school, and this is really helping me understand the content and material that is being taught. Thank you!

saeedkhan
Автор

dude, so many people doing tutorials talk so fast, monotone, and sounds the same the entire time. Not you! Please continue to talk dynamically and really emphasise on the key words!!!!

Corythehausbaus
Автор

Was so pleased to find your channel some great topics and presentations thanks.

jasonwilliams_escapeimagery
Автор

Great, simple, and to the point. Thanks!

dembasiby
Автор

Much appreciated for the perfect explanation. Juat one question, please! Which sort algorithm used with javascript sort method? Thanks!

omleen
Автор

How did you know that the sort function takes in another function that has the rules of returns left first if negative number and so on? Is that in a javadoc type thing online that I can look up?

bkleinman
Автор

How would you write this as an 'arrow function'?

KevinMullarkey
Автор

Thanks for the content. How is progress on the asynchronous course? Have seen it in the status of upcoming and projected release for September for so long!

Shirokeh
Автор

Steven Could you do a video or a UDEMY course on Vue.js for beginners??

luismuzquiz
Автор

Can able to create my own higher function like map, sort and etc

sarathbabu
Автор

I keep getting an error 'toLowerCase is not a function'

KevinMullarkey
Автор

Thank you sir for your great explanation. Your tutorials are so compelling that I decided to get your udemy courses too!

RameenFallschirmjager
Автор

why don't you use els if statment?

shyarxelil
Автор

why is this guy talking so fucking slow; even on x2 speed its too slow!

DopamineMVWM