export default function sleep(ms) {
// TODO: return a Promise that resolves after ms milliseconds
throw new Error('Not implemented');
}
Run tests to see results.
export default function sleep(ms) {
// TODO: return a Promise that resolves after ms milliseconds
throw new Error('Not implemented');
}