Working with variables
importance: 2
- Declare two variables:
adminandname. - Assign the value
"John"toname. - Copy the value from
nametoadmin. - Show the value of
adminusingalert(must output "John").
We want to make this open-source project available for people all around the world.
Help to translate the content of this tutorial to your language!
admin and name."John" to name.name to admin.admin using alert (must output "John").