Skip to content

Instantly share code, notes, and snippets.

@emrekasg
Created April 2, 2020 15:58
Show Gist options
  • Save emrekasg/1c4b1727fd177fd7930b27a9d6c0823a to your computer and use it in GitHub Desktop.
Save emrekasg/1c4b1727fd177fd7930b27a9d6c0823a to your computer and use it in GitHub Desktop.
Template String sample for medium
var javascript = "is better than PHP."
console.log(`${javascript}`);
// Result in console : is better than PHP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment