Javascript: Six data types returned by typeof

Typeof returns a total of 6 data formats:

1、object
2、undefined
3、string
4、number
5、boolean
6、function

Pay special attention to both Array and Null returning Object

Published 28 original articles · praised 7 · visits 1180

Guess you like

Origin blog.csdn.net/haduwi/article/details/105185574