Hacker News new | ask | show | jobs
by flaviojuvenal 4832 days ago
Why would you want a function called "callback" polluting you global namespace?

What you suggest makes no sense in Javascript. Variable functions allow the developer to simulate namespacing in JS without polluting the global namespace.