Created
February 27, 2017 21:35
-
-
Save fchristant/eb8445885fac8b4a158164162e85f521 to your computer and use it in GitHub Desktop.
Template expressions
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
add() { | |
return `${this.a} + ${this.b} = ${this.a + this.b}`; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment