We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 414e38e + 6f5cefa commit 3223f8dCopy full SHA for 3223f8d
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