We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3b39a commit 6a6904aCopy full SHA for 6a6904a
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"
+# Rescrieți "if" folosind "switch"
6
7
-Rewrite the code below using a single `switch` statement:
+Rescrieți codul următor folosind o singură instrucțiune `switch`:
8
9
```js run
10
let a = +prompt('a?', '');
0 commit comments