If index is passed, return the one element at the specified index
If index is NOT passed, return a true Array of the selected elements
Element or Array of Elements
$('p').get(3)
$('p').get(-1)
$('p').get()
If index is passed, return the one element at the specified index
If index is NOT passed, return a true Array of the selected elements