Skip to main content

2 docs tagged with "callback functions"

View All Tags

Callbacks

Callbacks are a way to pass functions as arguments to other functions, and to return them as the result of the function. Pass your next frontend phone interview

Promisification

Promisification is a way to convert a callback-based function into a promise-based function. Promisification is a long word for a simple transformation.