I am using the recommodations from the jQuery project.
They say:
String
typeof object === "string"
Number
typeof object === "number"
Boolean
typeof object === "boolean"
Object
typeof object === "object"
Plain Object
jQuery.isPlainObject(object)
Function
jQuery.isFunction(object)
Array jQuery.isArray(object)
Element object.nodeType
null
object === null
null or undefined
object == null
undefinedGlobal Variables
typeof variable === "undefined"
Local Variables
variable === undefined
Properties
object.prop === undefined
No comments:
Post a Comment