码迷,mamicode.com
首页 > 其他好文 > 详细

typeof的返回值

时间:2017-09-05 16:52:59      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:typeof   false   fun   str   ber   null   fine   bsp   number   

typeof一共可以返回6种值,分别是number、boolean、string、function、object、undefined

typeof(1) typeof(NaN)    返回number

typeof(true) typeof(false)    返回boolean

typeof(‘ ‘)          返回string

typeof(function fun(){})    返回function

typeof(undefined)      返回undefined

typeof(null)和new出来的实例返回值都是 object

typeof的返回值

标签:typeof   false   fun   str   ber   null   fine   bsp   number   

原文地址:http://www.cnblogs.com/jr-goon/p/7479072.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!