Skip to content

Instantly share code, notes, and snippets.

@JustinBeckwith
Created January 17, 2019 06:02
Show Gist options
  • Save JustinBeckwith/a4ad3551d802903a515d3181e1482625 to your computer and use it in GitHub Desktop.
Save JustinBeckwith/a4ad3551d802903a515d3181e1482625 to your computer and use it in GitHub Desktop.
<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