+ 2
What is the difference between javascript, pure javascript and vanilla javascript ?
Hi ! I would like to know what is the difference between javascript , pure javascript and vanilla javascript. I would like you to give your ideas. I am confused by these terms. Can you help me in this discussion . Thank you.
3 Answers
+ 16
Java script is "Javascript"
Pure javascript is different from JavaScript in spelling because it has "Pure" before JavaScript
Vanilla javascript is "Vanilla" + "Javascript" which is different from javascript and pure javascript in spelling as well as number of words âđ
In short, they are all the same things instead of spellings .
Please use the search bar before posting questions
https://www.sololearn.com/discuss/2381912/?ref=app
https://www.sololearn.com/discuss/2133345/?ref=app
https://www.sololearn.com/discuss/790206/?ref=app
Have a look here â
+ 12
They're same thing.
Javascript Is Javascript
pure JavaScript means not using any library but JavaScript.
vanilla means pure too.
+ 2
the term pure got me thinking here. Sass package appear in my mind
using other library or not sass only consist and dependent on javascript, i think that is why they use term "pure" in their page.
unlike node-sass their main project which is using libsass that written in C.