eg,
$(document)
typeof $(document)
$(document).constructor
If the value is an array, it must be an Array constructor.
It is not an array, like an object. because an array like an object has an array property, not like [].
How can it be?
add: If yes, then show a simple code example. as
a = ...
console.log(a)
console.log(a.constructor)
source
share