Skip to content

Commit f2fd0b0

Browse files
authored
Merge pull request #90 from rajcespedes/patch-5
Update task.md
2 parents 56ee83a + 6a55e31 commit f2fd0b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • 1-js/02-first-steps/13-switch/2-rewrite-if-switch

1-js/02-first-steps/13-switch/2-rewrite-if-switch/task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
importance: 4
1+
importancia: 4
22

33
---
44

5-
# Rewrite "if" into "switch"
5+
# Reescribe "if" en "switch"
66

7-
Rewrite the code below using a single `switch` statement:
7+
Reescribe el código debajo utilizando solo un argumento `switch`:
88

99
```js run
1010
let a = +prompt('a?', '');

0 commit comments

Comments
 (0)