I'm pretty sure a call back function is a function that is passed into another function to be called later on. I think call back functions are unique to javascript, but I'm not entirely sure.
This article has some more info: https://www.freecodecamp.org/news/what-is-a-callback-function-in-javascript/