up
This commit is contained in:
parent
83b93e5992
commit
9ad9063d00
742 changed files with 884 additions and 779 deletions
10
1-js/02-first-steps/04-variables/1-hello-variables/task.md
Normal file
10
1-js/02-first-steps/04-variables/1-hello-variables/task.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
importance: 2
|
||||
|
||||
---
|
||||
|
||||
# Working with variables
|
||||
|
||||
1. Declare two variables: `admin` and `name`.
|
||||
2. Assign the value `"John"` to `name`.
|
||||
3. Copy the value from `name` to `admin`.
|
||||
4. Show the value of `admin` using `alert` (must output "John").
|
Loading…
Add table
Add a link
Reference in a new issue