We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1990539 + 983953b commit 7c08e4eCopy full SHA for 7c08e4e
1-js/02-first-steps/04-variables/1-hello-variables/task.md
@@ -2,9 +2,9 @@ importance: 2
2
3
---
4
5
-# Working with variables
+# Trabajando con variables.
6
7
-1. Declare two variables: `admin` and `name`.
8
-2. Assign the value `"John"` to `name`.
9
-3. Copy the value from `name` to `admin`.
10
-4. Show the value of `admin` using `alert` (must output "John").
+1. Declara dos variables: `admin` y `name`.
+2. Asigna el valor `"John"` a `name`.
+3. Copia el valor de `name` a `admin`.
+4. Muestra el valor de `admin` usando `alert` (debe salir "John").
0 commit comments