Created
April 2, 2020 15:58
-
-
Save emrekasg/1c4b1727fd177fd7930b27a9d6c0823a to your computer and use it in GitHub Desktop.
Template String sample for medium
This file contains hidden or 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
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