fork download
  1.  
  2. foo.toString = function() { return 'ddd'; }
  3. function foo() {}
  4.  
  5. var a = new foo
  6. print(a instanceof foo)
Success #stdin #stdout 0.02s 4984KB
stdin
Standard input is empty
stdout
true