mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
create-modify-element - Fix example shortform
This commit is contained in:
@@ -18,7 +18,7 @@ This method returns the **first element that matches the CSS selector**. If no m
|
|||||||
```js
|
```js
|
||||||
document.querySelector(selector);
|
document.querySelector(selector);
|
||||||
|
|
||||||
// Ex. - .container > .box
|
// Ex- .container > .box
|
||||||
document.querySelector(".box"); // returns .box
|
document.querySelector(".box"); // returns .box
|
||||||
document.querySelector(".not-found"); // null
|
document.querySelector(".not-found"); // null
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user