前端面試之原型鏈總結

1. 分清普通對象和函數對象的區別。 凡事經過new Function () 建立的對象,都是函數對象,其餘的都是普通對象。 2.構造函數 function Person (name,age,job){ this.name = name; this.age = age; this.job = job; this.sayName = function () { alert
相關文章
相關標籤/搜索