en.javascript.info/1-js/02-first-steps/04-variables/2-declare-variables/task.md
Ilya Kantor 0fcf9f84fa fixes
2017-03-24 17:28:37 +03:00

232 B

importance: 3


Giving the right name

  1. Create the variable with the name of our planet. How would you name such a variable?
  2. Create the variable to store the name of the current visitor. How would you name that variable?