We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e01dd5d + 48681b8 commit 6f5cefaCopy full SHA for 6f5cefa
1 file changed
1-js/02-first-steps/04-variables/1-hello-variables/solution.md
@@ -1,7 +1,7 @@
1
-In the code below, each line corresponds to the item in the task list.
+En el siguiente código, cada línea corresponde al elemento en la lista de tareas.
2
3
```js run
4
-let admin, name; // can declare two variables at once
+let admin, name; // Puedes declarar dos variables a la vez.
5
6
name = "John";
7
0 commit comments