We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56ee83a + 6a55e31 commit f2fd0b0Copy full SHA for f2fd0b0
1 file changed
1-js/02-first-steps/13-switch/2-rewrite-if-switch/task.md
@@ -1,10 +1,10 @@
1
-importance: 4
+importancia: 4
2
3
---
4
5
-# Rewrite "if" into "switch"
+# Reescribe "if" en "switch"
6
7
-Rewrite the code below using a single `switch` statement:
+Reescribe el código debajo utilizando solo un argumento `switch`:
8
9
```js run
10
let a = +prompt('a?', '');
0 commit comments