Skip to content

Instantly share code, notes, and snippets.

@fchristant
Created February 27, 2017 21:35
Show Gist options
  • Save fchristant/eb8445885fac8b4a158164162e85f521 to your computer and use it in GitHub Desktop.
Save fchristant/eb8445885fac8b4a158164162e85f521 to your computer and use it in GitHub Desktop.
Template expressions
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