Promise() and its methods
General Definition : -
A promise is JavaScript is an object which represents a value that doesn't exist right now but at some point of time maybe it can have a value.
I highlighted the maybe because
ansh2006.hashnode.dev4 min read