jQuery Interview Q & A




Q1. Mention the Differences between JavaScript and jQuery.

Java Script

  • It is a weakly typed, dynamic programming language
  • It is an interpreted language
  • You need to write your own script and it can be a time-consuming process
  • Don’t need to add any additional plugins as all browsers support JavaScript
  • Too many lines of Code

jQuery

  • jQuery is a Concise and fast JavaScript library
  • It uses resources of JavaScript to make tasks simpler and easier
  • You only have to write existing JQuery scripts so it saves time
  • You may have to include jQuery library URL in the header of the page
  • Fewer lines of Code


  1. jQuery Methods
  2. JQuery Interview Questions And Answers

































































Comments