He/Him; Senior Software Developer, IT Swiss-army-knife.
Lots of coding, some hardware, some devops & sysops, some micro-controller electronics.
I used Arch BTW :)
Hi,
Usually the term Vanilla is used to refer to the base state of system. Without extra libraries or add-ons. In this case Vanilla JavasScript would be, all the functionality of JavaScript as provided by the browser (or other runtime like node.)
The website you linked vanilla JS seems to be a humor site pointing out all the features that JavaScript comes with "out of the box", without using jquery or other add-on frameworks.
They are correct that no script import is needed, because it already is JavaScript.
Just remember that the DOM is not the Scripting Language: oblig, SO link
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hi,
Usually the term Vanilla is used to refer to the base state of system. Without extra libraries or add-ons. In this case Vanilla JavasScript would be, all the functionality of JavaScript as provided by the browser (or other runtime like node.)
The website you linked vanilla JS seems to be a humor site pointing out all the features that JavaScript comes with "out of the box", without using jquery or other add-on frameworks.
They are correct that no script import is needed, because it already is JavaScript.
Just remember that the DOM is not the Scripting Language: oblig, SO link