239 B
239 B
importance: 2
Working with variables
- Declare two variables:
admin
andname
. - Assign the value
"John"
toname
. - Copy the value from
name
toadmin
. - Show the value of
admin
usingalert
(must output "John").