Echo JS 0.11.0

<~>

sashee comments

sashee 2095 days ago. link 3 points
Very informative post, thank you. I'm yet to work with the new Context API, but now I have a basic handle on that.
sashee 2339 days ago. link 1 point
In like 99% of all the cases, it's not. Only every few months I find a problem that is slow and refactoring it to something other than `map` shows a discernible improvement.

So it's rare.
sashee 2340 days ago. link 1 point
You're right, that would further simplify it.
sashee 2432 days ago. link 1 point
Omg, this looks awful.

Thanks for pointing it out!
sashee 2535 days ago. link 1 point
Well, it crashes the tool but passes all the requirements:

(function(){
  var fn = Math.random() <= 1 ? "Date": "";
  console.log(window[fn].now());
})();

Output:
TODO
__IntrospectionError
    at repl:3:22
    at repl:1:1