Echo JS 0.11.0

<~>
sashee 2514 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

Replies

photopea 2514 days ago. link 1 point
It is very similar to the previous solution :)