minor
This commit is contained in:
parent
8360ebbe90
commit
dbf5c7587c
31 changed files with 635 additions and 455 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue