en.javascript.info/1-js/2-first-steps/05-variables/2-declare-variables/task.md
Ilya Kantor 88bd9889a2 work
2016-05-26 12:43:54 +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?