Schedule event
- setTimeout
Nothing to see here.
<script>
console.log('now');
setTimeout(function() {
console.log('later');
}, 2000);
</script>
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Nothing to see here.
<script>
console.log('now');
setTimeout(function() {
console.log('later');
}, 2000);
</script>