en.javascript.info/01-js/02-first-steps/04-variable-names/01-declare-variables/task.md
Ilya Kantor f301cb744d init
2014-10-26 22:10:13 +03:00

8 lines
No EOL
449 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Объявление переменных
[importance 3]
<ol>
<li>Создайте переменную для названия нашей планеты и присвойте ей значение `"Земля"`. *Правильное* имя выберите сами.</li>
<li>Создайте переменную для имени посетителя со значением `"Петя"`. Имя также на ваш вкус.</li>
</ol>