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

5 lines
48 B
JavaScript

x = 0;
setTimeout(function () {
x = 1;
}, 0);