JavaScript经典面试题

为何80%的码农都作不了架构师?>>>   git 题目 function Foo() { getName = function () { alert (1); }; return this; } Foo.getName = function () { alert (2);}; Foo.prototype.getName = function () { alert (3);}; v
相关文章
相关标签/搜索