ASANKESH SHARMAiniamankeshsharma.hashnode.dev·6d ago · 3 min readPromises in JavascriptIntroduction A promise is a object that represents eventual completion (or failure) of asyncronous operations. Simple defination: A placeholder for a future value. Use of Promise: To execute asyncron00