Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 192 Bytes

File metadata and controls

8 lines (5 loc) · 192 Bytes

Callback is the iconic feature of JavaScript language. It sits in the heart of JavaScript design philosophy.

So what is a callback?

function doSomething(arg1, arg2, ..., callback)