类型检查

检查基本数据类型时 , 使用 typeof 
检测引用数据类型时 , 使用 instanceof
 
 
在检查 函数/正则表达式 的时候 , typeof 返回 function  
原文地址:https://www.cnblogs.com/lmxxlm-123/p/11131851.html