Understanding Promises in JavaScript
When writing JavaScript, not everything happens instantly.
Some tasks take time:
fetching data from an API
reading files
waiting for a response
JavaScript does not wait for these tasks to complet
understanding-javascript-methods.hashnode.dev3 min read