Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created December 28, 2017 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debugmodedotnet/4115b4b8bc78194af053f800ea0c7e4a to your computer and use it in GitHub Desktop.
Save debugmodedotnet/4115b4b8bc78194af053f800ea0c7e4a to your computer and use it in GitHub Desktop.
var foo = 9;
var result = `Result = ${foo}`;
console.log(result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment