Skip to content

Instantly share code, notes, and snippets.

@codeaid
Last active October 5, 2020 23:06
const sleep = ms =>
new Promise(resolve =>
setTimeout(resolve, ms));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment