Creating Promises in ES6
creating promises and resolving/rejecting them using the 'resolve' and 'reject' keywords
We'll cover the following...
Consider the ...
creating promises and resolving/rejecting them using the 'resolve' and 'reject' keywords
Consider the ...