#javascript
Read more stories on Hashnode
Articles with this tag
The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value. In simple words : A Promise...
Understand How to Use Fetch API in JavaScript: A Simple Guide for Beginners ยท The Fetch API is a modern way to make network requests and handle responses...
a polyfill is a piece of code (usually in JS) that provides modern functionality on older browsers that do not natively supports. Map() The map...