Skip to content

Instantly share code, notes, and snippets.

@kepta

kepta/block8.js Secret

Last active February 21, 2018 14:53
Show Gist options
  • Save kepta/d483ab44faeca388d9bd47a93690de11 to your computer and use it in GitHub Desktop.
Save kepta/d483ab44faeca388d9bd47a93690de11 to your computer and use it in GitHub Desktop.
var similarProm = new Promise(res => res(5));
// ^^ is equivalent to
var prom = Promise.resolve(5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment