Skip to content

Commit 10e9d11

Browse files
Merge pull request #5 from mrodrigochaves/master
Update string-quotes
2 parents 95fd4c1 + 5422ffc commit 10e9d11

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/05-types/1-string-quotes

1 file changed

+1
-1
lines changed

1-js/02-first-steps/05-types/1-string-quotes/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Acentos graves incorporam a expressão `${...}` dentro da string.
2+
Backticks incorporam a expressão `${...}` dentro da string.
33

44
```js run
55
let name = "Ilya";

0 commit comments

Comments
 (0)