mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +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();
|