JS Snippets
↔ collect useful vanilla-only JS snippets here
aka Snippet
Random ID Generator
to generate random 5 char ID (generate random 5 char ID (0-9 a-z) )
slugify()
to convert string into URL Slug (kebab-case)
toDataURI
elementInViewport()
utility to check IF HTMLElement
inside Viewport