Created
January 17, 2019 06:02
-
-
Save JustinBeckwith/a4ad3551d802903a515d3181e1482625 to your computer and use it in GitHub Desktop.
This file contains 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
<html> | |
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script> | |
<body> | |
<pre class="prettyprint"> | |
const test = 'so this is great'; | |
function boop(v1) { | |
console.log(v1, v2); | |
} | |
async function boop() { | |
console.error(`here is a backtick ${thing} this is fine`); | |
} | |
await boop(); | |
</pre> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment