Skip to content

Instantly share code, notes, and snippets.

@viswesh
Created September 11, 2017 02:11
Show Gist options
  • Save viswesh/707a04c99b4653ca9bf5b21bc0d76b8c to your computer and use it in GitHub Desktop.
Save viswesh/707a04c99b4653ca9bf5b21bc0d76b8c to your computer and use it in GitHub Desktop.
ES6 Template Strings
displayFeatures() {
  this._features.forEach((feature, index) => console.info(`${this._language} feature ${index} ${feature}`))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment