2
Reply

What is the difference between jQuery and JavaScript? Is jQuery a replacement for JavaScript?

Dennis Thomas

Dennis Thomas

7y
1.3k
5
Reply

    No, jQuery is not a replacement for JavaScript. It is a library built using JavaScript. JavaScript is interpreted programming language while jQuery is a fast and concise JavaScript library.Please read the below link for more details: www.c-sharpcorner.com/article/javascript-vs-jquery-difference-between-javascript-and-jquery/

    Javascript is the framework and jquery built using javascript framework.jquery cant replace javascript