Skip to content

Commit 277eb79

Browse files
authored
Update task.md
1 parent e286659 commit 277eb79

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
importância: 5
1+
importance: 5
22

33
---
44

@@ -14,4 +14,4 @@ alert( `olá ${1}` ); // ?
1414
alert( `olá ${"name"}` ); // ?
1515

1616
alert( `olá ${name}` ); // ?
17-
```
17+
```

0 commit comments

Comments
 (0)