Fix typo and add to description. (#23313)
This commit is contained in:
committed by
Manish Giri
parent
1cbbee0380
commit
06e46f188d
@ -2,7 +2,7 @@
|
||||
title: Template Literals
|
||||
---
|
||||
|
||||
Template Literals are an ES6 feature utilizing the backtick charater to define a string value
|
||||
Template Literals are an ES6 feature utilizing the backtick character to define a string value. They give the programmer the ability to combine variables and strings without concatenation, thus making the code cleaner.
|
||||
|
||||
### The basic syntax
|
||||
|
||||
|
Reference in New Issue
Block a user