Skip to content

Commit 3223f8d

Browse files
committed
Merge branch 'master' of github.com:javascript-tutorial/es.javascript.info
2 parents 414e38e + 6f5cefa commit 3223f8d

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)