File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
concepts/template-strings
exercises/concept/custom-signs/.docs Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# About
2
2
3
3
In JavaScript, _ template strings_ allows for embedding expressions in strings, also referred to as string interpolation.
4
- This functionality extends the functionality of the build in [ ` String ` ] [ string-reference ] global object.
4
+ This functionality extends the functionality of the built in [ ` String ` ] [ string-reference ] global object.
5
5
6
6
You can create template strings in javascript by wrapping text in backticks.
7
7
They not only allow the text to include new lines and other special characters, you can also embed variables and other expressions.
Original file line number Diff line number Diff line change 1
1
# Introduction
2
2
3
3
In JavaScript, _ template strings_ allows for embedding expressions in strings, also referred to as string interpolation.
4
- This functionality extends the functionality of the build in [ ` String ` ] [ string-reference ] global object.
4
+ This functionality extends the functionality of the built in [ ` String ` ] [ string-reference ] global object.
5
5
6
6
You can create template strings in javascript by wrapping text in backticks.
7
7
They not only allow the text to include new lines and other special characters, you can also embed variables and other expressions.
Original file line number Diff line number Diff line change 1
1
# Introduction
2
2
3
3
In JavaScript, _ template strings_ allows for embedding expressions in strings, also referred to as string interpolation.
4
- This functionality extends the functionality of the build in [ ` String ` ] [ string-reference ] global object.
4
+ This functionality extends the functionality of the built in [ ` String ` ] [ string-reference ] global object.
5
5
6
6
You can create template strings in javascript by wrapping text in backticks.
7
7
They not only allow the text to include new lines and other special characters, you can also embed variables and other expressions.
You can’t perform that action at this time.
0 commit comments