This commit is contained in:
Ilya Kantor 2017-03-13 00:21:00 +03:00
parent 8360ebbe90
commit dbf5c7587c
31 changed files with 635 additions and 455 deletions

View file

@ -2,11 +2,11 @@ importance: 5
---
# clear
# Clear the element
Create a function `clear(elem)` that removes everything from element.
Create a function `clear(elem)` that removes everything from the element.
```html run
```html run height=60
<ol id="elem">
<li>Hello</li>
<li>World</li>