You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
353
353
5. ### Template literals
354
354
Prior to ES6, JavaScript developers would need to do ugly string concatenation to creat dynamic strings.
355
355
356
-
Template literals allows you to work with strings in a newway compared to ES5. These are just string literals allowing embedded expressions denoted by the dollar sign and curly braces (${expression}). Also, these literals are enclosed by the backtick (``) character instead of double or single quotes.
356
+
Template literals allows you to work with strings in a newway compared to ES5. These are just string literals allowing embedded expressions denoted by the dollar sign and curly braces (`${expression}`). Also, these literals are enclosed by the backtick (`````) character instead of double or single quotes.
357
357
358
358
ES6 has two new kinds of literals:
359
359
@@ -745,7 +745,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
0 commit comments