Skip to content

Instantly share code, notes, and snippets.

@arschmitz
Last active October 5, 2015 20:18
Show Gist options
  • Save arschmitz/8b41a4eae70b082cb24e to your computer and use it in GitHub Desktop.
Save arschmitz/8b41a4eae70b082cb24e to your computer and use it in GitHub Desktop.
function findText( callback ) {
// Make promise
var match = Promise( firstPromise ).then( callback );
promiseArray.push( match );
// all promises done
return Promise.all( promiseArray );
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment