Update 21_day_dom.md

pull/488/head
Abdurrahman Ayyıldız 3 years ago committed by GitHub
parent 4e5ccf57e1
commit 685a7db0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,7 +114,7 @@ for (let i = 0; i < allTitles.length; i++) {
#### Getting an element by id
**_getElementsById()_** targets a single HTML element. We pass the id without # as an argument.
**_getElementById()_** targets a single HTML element. We pass the id without # as an argument.
```js
//syntax

Loading…
Cancel
Save