Difference Between JavaScript and JQuery

Difference Between JavaScript and JQuery

Difference Between JavaScript and JQuery Javascript JavaScript uses JIT[Just in Time Compiler] which is a combination of interpreter and Compile and is written in C. It’s a combination of ECMA script and DOM (Document Object Model). JavaScript uses long lines of code as an individual has to write the code own-self. In JavaScript, we have … Read more

Json in js | Get value from json object in javascript

Json in javascript | Get value from json object in javascript

JSON in javascript | Get value from  json object in javascript What is JSON? JSON stands for JavaScript Object Notation JSON is a lightweight data-interchange format JSON is language independent * JSON is “self-describing” and easy to understand The JSON syntax is derived from JavaScript object notation syntax but the JSON format is text only … Read more