We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8759fc9 commit b1ae5d8Copy full SHA for b1ae5d8
1-js/02-first-steps/13-switch/2-rewrite-if-switch/task.md
@@ -2,9 +2,9 @@ importance: 4
2
3
---
4
5
-# Rewrite "if" into "switch"
+# Perrašykite "if" į "switch"
6
7
-Rewrite the code below using a single `switch` statement:
+Perrašykite kodą esantį žemiau naudodami vieną `switch` teiginį:
8
9
```js run
10
let a = +prompt('a?', '');
0 commit comments