We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a1b4c commit 9503355Copy full SHA for 9503355
docs/2-javascript-training/06-anonymous-function/index.md
@@ -88,7 +88,7 @@ document.write(stars); // ★★★,★★★★★,★
88
```
89
90
:::tip プリミティブ値のラッパーオブジェクト
91
-数値や文字列、論理値には、それぞれ対応するクラスが存在し、そのクラスのメソッドが使用できます。[クラスとインスタンスの節](../03-class/index.md)でこうしたプリミティブ値に対して `toString` メソッドが使用できたのは、これらのクラスが `Object` クラスを継承しているからです。
+数値や文字列、論理値には、それぞれ対応するクラスが存在し、そのクラスのメソッドが使用できます。[クラスとインスタンスの節](../04-class/index.md)でこうしたプリミティブ値に対して `toString` メソッドが使用できたのは、これらのクラスが `Object` クラスを継承しているからです。
92
93
| プリミティブ値 | 対応するクラス |
94
| -------------- | ------------------------------------------------------------------------------------------------ |
0 commit comments