Closed towerofnix closed 6 years ago
..should be "a quarter second".
This is the code:
// block for half a second to demonstrate asynchronicity let start = Date.now(); while (Date.now()-start < 250);
Thanks, fixed!
..should be "a quarter second".
This is the code: