Web & Architecture

Promise and Methods

2 min read

A promise is used to perform asynchronous tasks in JavaScript because JavaScript is a single-threaded programming language. Three possible states in Promise Example of promise Methods of Promise […]