Can promises have multiple arguments to onFulfilled?
I'm following the spec here and I'm not sure whether it allows onFulfilled to be called with multiple arguments. For example: promise = new Promise(function(onFulfilled, onRejected){ onFulfil...
stackoverflow.com