``` Promise.all(array); Promise.race(array); promise.catch(onRejected) // promise(null, onRejected); ```