Skip to content

Commit 64f1526

Browse files
committed
Update article.md
1 parent 5a1ba98 commit 64f1526

File tree

1 file changed

+0
-1
lines changed
  • 1-js/08-prototypes/01-prototype-inheritance

1 file changed

+0
-1
lines changed

1-js/08-prototypes/01-prototype-inheritance/article.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ alert(longEar.jumps); // true (rabbit から)
124124

125125
ここで `longEar` から何かしらを読み取ろうとして、それが見つからなかった場合、JavaScript はまず `rabbit`、次に `animal` の順に探しに行きます。
126126

127-
128127
実際には、2つの制限があります。:
129128

130129
1. 参照を循環させることはできません。JavaScriptは、循環するように `__proto__` を割り当てようとするとエラーになります。

0 commit comments

Comments
 (0)