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 trialJoseph Graham
289 PointsI think jQuery not JavaScript library i think jQuery own web base programming Language like TypeScript what do you think
jQuery own web base programming Language
5 Answers
miikis
44,957 PointsHi Joseph,
TypeScript is an entirely different language from JavaScript — it's technically a superset of JS, but same-same — and as such needs to be transpiled to JS before any JS engine/interpreter can understand it. jQuery, on the other hand, is literally JavaScript; no transpilation necessary. So, no: jQuery is not its own language; TypeScript definitely is.
nfs
35,526 PointsThanks for bringing the matter of TypeScript up... I'll soon be googling about that.
john larson
16,594 PointsI just looked it up, never heard mention of it before. I say YES to TypeScript :D Thanks for bringing it to the forum.
claudius mainja
9,661 PointsjQuery is part , of javascript isn't it its like a child of javaScript like saying Js is the mother hence JQuery is not its own programming language
miikis
44,957 PointsHi Claudius,
jQuery is JavaScript. As in, jQuery is a bunch of text that is written in the language known as JavaScript. There's really no parent-child relationship here. One thing just is a product of the other thing.
claudius mainja
9,661 PointsThank you Mikis , did note that just now
john larson
16,594 Pointsjohn larson
16,594 PointsI just watched a video on it, changed my mind. I'm gonna pass on that for now.