As like many other JavaScript libraries, jQuery uses $ as a variable name or function All the functionalities available in jQuery is without using $. The JQuery.noConflict method is used to give control of the $ variable back to the library which implemented it. This helps developers to make sure that the $object of libraries doesn’t conflict with jQuery operations.

BY Best Interview Question ON 26 Jan 2019