en.javascript.info/2-ui/2-events/01-introduction-browser-events/01-hide-other/task.md
Ilya Kantor ab9ab64bd5 up
2017-03-21 14:41:49 +03:00

11 lines
177 B
Markdown

importance: 5
---
# Hide on click
Add JavaScript to the `button` to make `<div id="text">` disappear when we click it.
The demo:
[iframe border=1 src="solution" height=80]