Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript JavaScript Basics (Retired) Creating Reusable Code with Functions Random Number Challenge, Part II Solution

Was this vanila JS

ok i just finish this course js basic and im enjoying it. i am curious to know and im sure it sounds silly, did we just learn vanila js? after reading some stuff on the internet i have decided that i would like to learn vanila but have some questions:

  • is vanila the same as es6 which i keep hearing about?
  • the treehouse frontend web development track , is that vanila js or will i be reliant on jquery, or both?
    • if not than can someone recommend further vanila track after i finish this track or possibly another course too. thank you in advance

2 Answers

Steven Parker
Steven Parker
229,644 Points

As deebird said, "vanilla" is just a term that means no frameworks, libraries, or add-ins are being used.

The majority of JavaScript courses here all teach "vanilla" JavaScript, except for the ones that have a framework in the title (such a "React' or "Angular"), and perhaps the one on AJAX (since that's something jQuery is particularly good for).

VanillaJS is a term for library/framework free javascript, so for example no jQuery, just plain javascript.