今天梁哥要来练习一下,使用
Typeof来确认资料的内容型态,和是否有内容。 //确认形式
// what is this "Object.prototype" anyway...?
var prototypeType = typeof Object.prototype;
console.log(prototypeType);
//确认是否有内容
// now let's examine it!
var hasOwn = Object.prototype.hasOwnProperty('hasOwnProperty');
console.log(hasOwn);
沒有留言:
張貼留言