mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
It behaves as if zero (0) was passed in. Compliant to the spec: see https://www.w3.org/TR/2011/WD-html5-20110525/timers.html#get-the-timeout
3 lines
33 B
JavaScript
3 lines
33 B
JavaScript
result=0
|
|
setTimeout("result=1");
|