It is a tiny JavaScript library used for web development and provides an entertaining experience of the web. jQuery is one of the most popular JavaScript libraries. jQuery Interview Questions will provide you with in-depth knowledge and help you prepare for your interviews.
Q1. Mention the Differences between JavaScript and jQuery.
JavaScript
jQuery
It is a weakly typed, dynamic programming language
jQuery is a Concise and fast JavaScript library
It is an interpreted language
It uses resources of JavaScript to make tasks simpler and easier
You need to write your own script and it can be a time-consuming process
You only have to write existing JQuery scripts so it saves time
Don’t need to add any additional plugins as all browsers support JavaScript
You may have to include jQuery library URL in the header of the page
Too many lines of Code
Fewer lines of Code
Q2. What is jQuery?
jQuery is an efficient & fast JavaScript Library created by John Resig in 2006. The motto of jQuery is – write less, do more. It is designed to simplify the client-side scripting of HTML. The main purpose of jQuery is to provide an easy way to use JavaScript on your website to make it more interactive and attractive.
No comments:
Post a Comment