Skip to content

Commit 6a6904a

Browse files
authored
Update task.md
1 parent 3b3b39a commit 6a6904a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ importance: 4
22

33
---
44

5-
# Rewrite "if" into "switch"
5+
# Rescrieți "if" folosind "switch"
66

7-
Rewrite the code below using a single `switch` statement:
7+
Rescrieți codul următor folosind o singură instrucțiune `switch`:
88

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

0 commit comments

Comments
 (0)