We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3b39a commit 641627eCopy full SHA for 641627e
README.md
@@ -231,11 +231,14 @@ var text = [
231
**Template Literals** will preserve new lines for us without having to explicitly place them in:
232
233
```javascript
234
-let text = `cat
235
-dog
236
-nickelodeon`
+let text = ( `
+ cat
+ dog
237
+ nickelodeon`
238
+)
239
```
240
241
+
242
**Template Literals** can accept expressions, as well:
243
244
0 commit comments