I\'m trying to understand how the await keyword is different in node than it is in a browser.
await
Take this example in node
function Test() {}