JavaScript, JSON and jQuery - difference

What is the difference between JavaScript, JSON and jQuery ? Are JSON and jQuery based on JavaScript ?
0
give a positive ratinggive a negative rating
08 Aug 2020 at 02:53 PM
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.
0
give a positive ratinggive a negative rating
24 Oct 2020 at 03:30 PM
Tim
Share on FacebookShare on TwitterShare on LinkedInSend email
x
x
2024 AnswerTabsTermsContact us