Created
June 15, 2016 08:44
-
-
Save bozzmob/2d0108aa447d2bf2da2fb19f6a2c5cb4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require("babel-core/register"); | |
require("babel-polyfill"); | |
(async function testingAsyncAwait() { | |
await console.log("For Trump's Sake Print me!"); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@peterlazar1993 Thanks :)