I have been writing JavaScript for 8 years now, and I have never once found need to use an uber function. The super idea is fairly important in the classical pattern, but it appears to be unnecessary in the prototypal and functional patterns. I now see my early attempts to support the classical model in JavaScript as a mistake.
Douglas CrockfordJavaScript is the only language that I'm aware of that people feel they don't need to learn before they start using it.
Douglas Crockford