Skip to content

Commit

Permalink
Merge pull request #34 from kanitw/patch-3
Browse files Browse the repository at this point in the history
Add ES2016 Template Literal to "See Also" in "Working with Strings"
  • Loading branch information
vlandham committed Mar 16, 2017
2 parents 626e875 + d68023e commit a3ea267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locales/en/strings.md
Expand Up @@ -129,3 +129,4 @@ same snippet of html:
- [Working With Strings](http://www.quirksmode.org/js/strings.html) - a great guide to more string basics
- [underscore.string](https://github.com/epeli/underscore.string) - for all the other string functions you might want
- [underscore.template](http://underscorejs.org/#template) - for a deeper dive into underscore's template function
- [ES2016's Template Literal syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals) that allows template string without the need for lodash/underscore if you use ES2016 or [TypeScript](https://basarat.gitbooks.io/typescript/content/docs/template-strings.html).

0 comments on commit a3ea267

Please sign in to comment.