Skip to content

Commit 9503355

Browse files
committed
fix broken links
1 parent 91a1b4c commit 9503355

File tree

1 file changed

+1
-1
lines changed
  • docs/2-javascript-training/06-anonymous-function

1 file changed

+1
-1
lines changed

docs/2-javascript-training/06-anonymous-function/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ document.write(stars); // ★★★,★★★★★,★
8888
```
8989

9090
:::tip プリミティブ値のラッパーオブジェクト
91-
数値や文字列、論理値には、それぞれ対応するクラスが存在し、そのクラスのメソッドが使用できます。[クラスとインスタンスの節](../03-class/index.md)でこうしたプリミティブ値に対して `toString` メソッドが使用できたのは、これらのクラスが `Object` クラスを継承しているからです。
91+
数値や文字列、論理値には、それぞれ対応するクラスが存在し、そのクラスのメソッドが使用できます。[クラスとインスタンスの節](../04-class/index.md)でこうしたプリミティブ値に対して `toString` メソッドが使用できたのは、これらのクラスが `Object` クラスを継承しているからです。
9292

9393
| プリミティブ値 | 対応するクラス |
9494
| -------------- | ------------------------------------------------------------------------------------------------ |

0 commit comments

Comments
 (0)