en.javascript.info/1-js/02-first-steps/04-variables/2-declare-variables/task.md
Ilya Kantor 9ad9063d00 up
2016-11-28 21:35:42 +03:00

246 B

importance: 3


Giving the right name

  1. Create the variable to store the name of our planet. Assign the value "Earth" to it. What should be its name?
  2. Create the variable to store the name of the current visitor. What about its name?