Does jQuery comes with chrome by default? I opened a blank chrome window in console when i type $ and hit enter i got
ƒ $(selector, [startNode]) { [Command Line API] }
And I also able to get the element by putting a selector
$('body')
Does jQuery or $ comes with chrome by default?