Source code

Revision control

Copy as Markdown

Other Tools

window.bar = function bar() {
return new Promise(resolve => setTimeout(resolve, 100))
}