en.javascript.info/1-js/02-first-steps/01-hello-world/1-hello-alert/task.md
Ilya Kantor 9ad9063d00 up
2016-11-28 21:35:42 +03:00

12 lines
202 B
Markdown

importance: 5
---
# Show an alert
Create a page that shows a message "I'm JavaScript!".
Do it in a sandbox, or on your hard drive, doesn't matter, just ensure that it works.
[demo src="solution"]