Skip to content

Commit 6f5cefa

Browse files
authored
Merge pull request #63 from panterx-js/patch-1
Solucion.md from Variables sectiob
2 parents e01dd5d + 48681b8 commit 6f5cefa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • 1-js/02-first-steps/04-variables/1-hello-variables

1-js/02-first-steps/04-variables/1-hello-variables/solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
In the code below, each line corresponds to the item in the task list.
1+
En el siguiente código, cada línea corresponde al elemento en la lista de tareas.
22

33
```js run
4-
let admin, name; // can declare two variables at once
4+
let admin, name; // Puedes declarar dos variables a la vez.
55

66
name = "John";
77

0 commit comments

Comments
 (0)