mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 22:02:42 +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
|
||||
document.querySelector(selector);
|
||||
|
||||
// Ex. - .container > .box
|
||||
// Ex- .container > .box
|
||||
document.querySelector(".box"); // returns .box
|
||||
document.querySelector(".not-found"); // null
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user