en.javascript.info/1-js/02-first-steps/04-variables/2-declare-variables/task.md
2018-12-28 19:22:46 -05:00

239 B

importance: 3


Giving the right name

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