题解 | #检测复杂数据类型#
检测复杂数据类型
http://www.nowcoder.com/practice/adb772f07443470483d7ca0a8f939e38
function _instanceof(left,right) {
// 补全代码
return left instanceof right
}
检测复杂数据类型
http://www.nowcoder.com/practice/adb772f07443470483d7ca0a8f939e38
function _instanceof(left,right) {
// 补全代码
return left instanceof right
}
相关推荐