S4N interview question

What are Promises in JavaScript

Interview Answer

Anonymous

Nov 29, 2021

Promises are functions that returns return objects that represents if the function fails or complete, after performing an asynchronous task.