#chaicode
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...
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...