Hacker News new | ask | show | jobs
by boubiyeah 3255 days ago
I meant for higher order functions, callbacks, etc.

e.g, see the signature of Array.map:

map(callback:Function, thisObject:* = null):Array