en.javascript.info/1-js/2-first-steps/04-variables/2-declare-variables/task.md
2016-07-20 17:28:12 +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?