回答編集履歴
1
new演算子の参考リンク追加
answer
CHANGED
@@ -17,6 +17,7 @@
|
|
17
17
|
|
18
18
|
`new function Hoge` は `function Hoge` のインスタンスを返します。
|
19
19
|
|
20
|
+
- [new - JavaScript | MDN](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/new)
|
20
21
|
- [継承とプロトタイプチェーン - JavaScript | MDN](https://developer.mozilla.org/ja/docs/Web/JavaScript/Guide/Inheritance_and_the_prototype_chain)
|
21
22
|
|
22
23
|
Re: takapo さん
|