Search posts, tags, users, and pages
Favourite Jome
Software Engineer @bug0
Hello! This article is a follow up with my series JavaScript: The Hard Parts v2 Cover from a course I took from Frontend Masters By Will Sentance. Before we move into Callbacks and Higher-Order Functions, let's know what a Function is all about firs...
kishore kumar
It's a beginning
doOperation() is the Higher Order Function as it returns a function :) and add() is the Callback Function as it is called back
Thanks Jome , great content
Correct Kishore, thanks for the reply
kishore kumar
It's a beginning
doOperation() is the Higher Order Function as it returns a function :) and add() is the Callback Function as it is called back
Thanks Jome , great content