Downloading jQuery file

Notes:

1. Downloading jQuery file:


jQuery is not a part of JavaScript language, it is not built inside the JavaScript engine (i.e. browsers).
It is an external JavaScript library developed by a team of experts (i.e. jQuery team).

To use jQuery we must download it first.

To download the jQuery visit: http://jquery.com/download/

Click on:
Download the compressed, production jQuery 3.2.1
:= jquery-3.2.1.min.js (84 KB)
Download the uncompressed, development jQuery 3.2.1
:= jquery-3.2.1.js (261 KB)

Interview Questions: