Created
September 11, 2017 02:11
-
-
Save viswesh/707a04c99b4653ca9bf5b21bc0d76b8c to your computer and use it in GitHub Desktop.
ES6 Template Strings
This file contains 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
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