Skip to content

Commit b1ae5d8

Browse files
authored
Translated task.md
1 parent 8759fc9 commit b1ae5d8

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+
# Perrašykite "if" į "switch"
66

7-
Rewrite the code below using a single `switch` statement:
7+
Perrašykite kodą esantį žemiau naudodami vieną `switch` teiginį:
88

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

0 commit comments

Comments
 (0)