Skip to content

Instantly share code, notes, and snippets.

@bozzmob
Created June 15, 2016 08:44
Show Gist options
  • Save bozzmob/2d0108aa447d2bf2da2fb19f6a2c5cb4 to your computer and use it in GitHub Desktop.
Save bozzmob/2d0108aa447d2bf2da2fb19f6a2c5cb4 to your computer and use it in GitHub Desktop.
require("babel-core/register");
require("babel-polyfill");
(async function testingAsyncAwait() {
await console.log("For Trump's Sake Print me!");
})();
@bozzmob
Copy link
Author

bozzmob commented Jun 15, 2016

@peterlazar1993 Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment