hasOwnProperty in JavaScript

前端 未结 4 789
闹比i
闹比i 2020-12-08 05:57

Consider:

function Shape() {
    this.name = "Generic";
    this.draw = function() {
        return "Drawing " + this.name + " Shape&         


        
4条回答
提交回复
热议问题