Update guidelines regarding arguments

This commit is contained in:
Isabelle Viktoria Maciohsek
2022-01-30 19:04:29 +02:00
parent 8dfeaeea01
commit 0af7192af7
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ lastUpdated: 2020-10-22T20:23:47+03:00
Checks if the bottom of the page is visible.
- Use `scrollY`, `scrollHeight` and `clientHeight` to determine if the bottom of the page is visible.
- Use `Window.scrollY`, `Element.scrollHeight` and `Element.clientHeight` to determine if the bottom of the page is visible.
```js
const bottomVisible = () =>