I very recently found out that VanillaJS (document?) is a library that's just bundled with 99% browsers and isn't exactly native JavaScript (shock of my life). While writing a lib of my own I normally avoid all helpful things, mostly libs. Now I have three questions:
- Is VanillaJS still considered a lib?
- Is there a way to do anything with the DOM without VanillaJS?
- Are major libs based on VanillaJS or native JS (without the document stuff)