JavaScript: What is the data type of null?
This question already has an answer here:
Type of null is object.
you can check type of any variable with typeof
keyword. for example
typeof null
check the link below for more details.
链接地址: http://www.djcxy.com/p/76334.html