en.javascript.info/archive/01-hello-world/1-hello-alert/task.md
2016-07-19 23:36:27 +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"]