サクサク読めて、アプリ限定の機能も多数!
pipehead のブックマーク 2012/07/27 19:06
in と hasOwnProperty() の違い - Qiita[programming][javascript]2012/07/27 19:06
このブックマークにはスターがありません。 最初のスターをつけてみよう!
qiita.com/shuhei2012/07/27
function Foo() { this.foo = 'Foo!'; } function Bar() { this.bar = 'Bar!'; } Foo.prototype = new Bar(); Bar.prototype.baz = 'Baz!'; var obj = new Foo(); console.log('foo' in obj); // true console.lo...
12 人がブックマーク・2 件のコメント
\ コメントが サクサク読める アプリです /
このブックマークにはスターがありません。
最初のスターをつけてみよう!
in と hasOwnProperty() の違い - Qiita
function Foo() { this.foo = 'Foo!'; } function Bar() { this.bar = 'Bar!'; } Foo.prototype = new Bar(); Bar.prototype.baz = 'Baz!'; var obj = new Foo(); console.log('foo' in obj); // true console.lo...
12 人がブックマーク・2 件のコメント
\ コメントが サクサク読める アプリです /