Question: In some projects, jQuery is not included as a file with an obvious version number (if it has been run through a minifier or other code bundler, for example). How can you detect programmatically what version of jQuery is active?
- `jQuery.version()`
- `jQuery.jquery`
- `jQuery.prototype.version`
- `jQuery.fn.jquery`
Answer: The correct answer of the above question is Option D:`jQuery.fn.jquery`