From df2eacfe4b9b746337ef057d7b52374d23e84700 Mon Sep 17 00:00:00 2001 From: Fridge0 Date: Sat, 14 Oct 2023 16:35:00 +0900 Subject: [PATCH] add forward link --- docs/1-trial-session/10-array/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1-trial-session/10-array/index.md b/docs/1-trial-session/10-array/index.md index 0d1207690..a6461fcf3 100644 --- a/docs/1-trial-session/10-array/index.md +++ b/docs/1-trial-session/10-array/index.md @@ -81,7 +81,7 @@ for (変数の宣言/変数名 of 配列) { ## 配列のプリセット変数/関数 -JavaScript の配列には、便利な変数や関数が定義されています。正確にはオブジェクトとクラスの回でそれぞれ扱う`プロパティ`、`メソッド`というものですが、今のところは特殊な書き方をする変数や関数であると考えればよいでしょう。 +JavaScript の配列には、便利な変数や関数が定義されています。正確には[オブジェクト](/docs/trial-session/object)と[クラス](/docs/browser-apps/class)の回でそれぞれ扱う プロパティメソッド というものですが、今のところは特殊な書き方をする変数や関数であると考えればよいでしょう。 ### `配列.length` 変数