Select from following answers:- $.datatype(Object)
- $.type(Object)

- $.data(Object)
- None of the above
- All Above
'$.type(Object)' is the function used to check the data type of any variable in JQuery.
It returns the built-in JavaScript type for the Object.
Show Correct Answer
Asked In: Spotted while Learning |
Alert Moderator