From f639481a733ab7e23d0302fa68eb723d428bb373 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 3 Aug 2021 10:47:53 -0400 Subject: remove link 'title' attributes that's just the 'href' (ja, part 5) (#1861) --- .../javascript/reference/functions/arguments/callee/index.html | 2 +- .../javascript/reference/functions/default_parameters/index.html | 2 +- files/ja/web/javascript/reference/strict_mode/index.html | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'files/ja/web/javascript/reference') diff --git a/files/ja/web/javascript/reference/functions/arguments/callee/index.html b/files/ja/web/javascript/reference/functions/arguments/callee/index.html index 4da6aef9bf..57ce3fcab0 100644 --- a/files/ja/web/javascript/reference/functions/arguments/callee/index.html +++ b/files/ja/web/javascript/reference/functions/arguments/callee/index.html @@ -23,7 +23,7 @@ translation_of: Web/JavaScript/Reference/Functions/arguments/callee

なぜ arguments.callee は ES5 strict モードで削除されたのか

-

(olliej による Stack Overflow の回答によれば)

+

(olliej による Stack Overflow の回答によれば)

古いバージョンの JavaScript では名前付きの関数式が利用できず、このため再帰の関数式を作成することができませんでした。

diff --git a/files/ja/web/javascript/reference/functions/default_parameters/index.html b/files/ja/web/javascript/reference/functions/default_parameters/index.html index 2b66df55a5..6e362bd32b 100644 --- a/files/ja/web/javascript/reference/functions/default_parameters/index.html +++ b/files/ja/web/javascript/reference/functions/default_parameters/index.html @@ -219,5 +219,5 @@ f() // 6

関連情報

diff --git a/files/ja/web/javascript/reference/strict_mode/index.html b/files/ja/web/javascript/reference/strict_mode/index.html index 353aae3501..c24a489769 100644 --- a/files/ja/web/javascript/reference/strict_mode/index.html +++ b/files/ja/web/javascript/reference/strict_mode/index.html @@ -357,11 +357,11 @@ function baz() { // kosher

関連情報