Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Get the root html element

Get the root [TODO: Code shorthand span ] element with :

const rootElement = document.documentElement

You can use this for things like getting the width of the viewport minus the scrollbars (if there are any)

const documentWidth = document.documentElement.clientWidth