Lessons about callback

Hello,
I’m looking for which lesson talk about “callback” in this link:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#functional-programming

I made a research by key word in my browser but I didn’t find.

Is this what you are looking for?

Understand Functional Programming Terminology

1 Like

Callbacks are the functions that are slipped or passed into another function to decide the invocation of that function. You may have seen them passed to other methods, for example in filter , the callback function tells JavaScript the criteria for how to filter an array.

1 Like

I’deleted this message

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.