Async Await Promise Demo
Video: https://harrywork.com/cos/site/blog/video/2020/promise.mp4
const delay = ms=>new Promise(r=>setTimeout(r,ms)); |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Comments
Video: https://harrywork.com/cos/site/blog/video/2020/promise.mp4
const delay = ms=>new Promise(r=>setTimeout(r,ms)); |