239 B
239 B
importance: 2
Working with variables
- Declare two variables:
adminandname. - Assign the value
"John"toname. - Copy the value from
nametoadmin. - Show the value of
adminusingalert(must output "John").