anjia / blog

博客,积累与沉淀
107 stars 4 forks source link

Object 对象实例上 #16

Open anjia opened 6 years ago

anjia commented 6 years ago
  1. Object.prototype.hasOwnProperty()
  2. Object.prototype.propertyIsEnumerable()
  3. Object.prototype.toString()
  4. Object.prototype.toLocaleString()
  5. Object.prototype.isPrototypeOf()
  6. Object.prototype.valueOf()

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object