en.javascript.info/1-js/01-getting-started/03-variables/2-declare-variables/task.md
Ilya Kantor 06cdd5b84a taskui
2020-11-21 20:38:22 +03:00

8 lines
239 B
Markdown

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?