11dfb8e86
1 2 3 4 5 6 7
function wait() { return new Promise(function(resolve, reject) { setTimeout(function() { resolve() }, 500) }) }