Update guidelines regarding arguments
This commit is contained in:
@ -10,7 +10,7 @@ If the given string contains multiple elements, only the first one will be retur
|
||||
|
||||
- Use `Document.createElement()` to create a new element.
|
||||
- Use `Element.innerHTML` to set its inner HTML to the string supplied as the argument.
|
||||
- Use `ParentNode.firstElementChild` to return the element version of the string.
|
||||
- Use `Element.firstElementChild` to return the element version of the string.
|
||||
|
||||
```js
|
||||
const createElement = str => {
|
||||
|
||||
Reference in New Issue
Block a user