> I strongly believe jQuery has created a generation of developers who know the library but not the language
i think you mean "know the library but not the DOM and additional HTML5 APIs" - they are after all just native libraries. ES5/6 would be the "language"
JavaScript is a dynamic language, and it is arguably the case that many of the frameworks that exist for it hide or transform enough of the "native" implementation details as to be different languages. Or supersets of it, if you like. I don't think it's at all unreasonable to suggest that a developer who uses jQuery (or any other framework) doesn't have to have more than a vague, fleeting understanding of the "native" language under it.
except "many of the frameworks that exist for it hide or transform enough of the "native" implementation details as to be different languages. Or supersets of it"
is wrong. It's all still javascript. Just.. plain.. javascript. with a different api/library.
i think you mean "know the library but not the DOM and additional HTML5 APIs" - they are after all just native libraries. ES5/6 would be the "language"