freeCodeCamp/bower_components/jsdom/test/window/files/timer_in_context.js

5 lines
48 B
JavaScript
Raw Normal View History

2014-10-13 21:14:51 +00:00
x = 0;
setTimeout(function () {
x = 1;
}, 0);