mirror of
https://github.com/espruino/Espruino.git
synced 2026-01-25 14:47:38 +00:00
7 lines
182 B
JavaScript
7 lines
182 B
JavaScript
// https://github.com/espruino/Espruino/issues/2451
|
|
|
|
|
|
result = "blah".constructor == String.prototype.constructor;
|
|
result &= {}.constructor == Object.prototype.constructor;
|
|
trace();
|