JavaScript, JSON and jQuery - difference
What is the difference between JavaScript, JSON and jQuery ? Are JSON and jQuery based on JavaScript ?
Hi,
The differences between Javascript, JSON and jQuery can be explained in the following brief definitions:
- Javascript - is a client-side scripting language, that makes HTML pages more dynamic and interactive. It means the javascript source code is processed by the client's web browser rather than on the web server.
- JSON - is an abbreviation of Javascript Object Notation. It is a syntax used for storing and exchanging of the data.
- jQuery - is a javascript library. Its purpose is to simplify the use of javascript on your website.
1 answer