// A promise follows a similar structure like that of a Class. //It is initiated with a 'New' keyword but we pass in resolve and reject as the //function argument.
3
4
5
6
1
2
//It is initiated with a 'New' keyword but we pass in resolve and reject as the
//function argument.
// A promise follows a similar structure like that of a Class.