From b0fee65db589b53527d1492a6121bb85f8f5f30e Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO <mfujimot@gmail.com> Date: Mon, 6 Nov 2023 21:42:16 +0900 Subject: [PATCH] Update files/ja/web/javascript/reference/global_objects/array/keys/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../web/javascript/reference/global_objects/array/keys/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/javascript/reference/global_objects/array/keys/index.md b/files/ja/web/javascript/reference/global_objects/array/keys/index.md index 32c26d85eb42a6..240bc760bee8ec 100644 --- a/files/ja/web/javascript/reference/global_objects/array/keys/index.md +++ b/files/ja/web/javascript/reference/global_objects/array/keys/index.md @@ -78,4 +78,4 @@ for (const entry of Array.prototype.keys.call(arrayLike)) { - {{jsxref("Array.prototype.values()")}} - [`Array.prototype[@@iterator]()`](/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/@@iterator) - {{jsxref("TypedArray.prototype.keys()")}} -- [Iteration protocols](/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) +- [Iteration protocols](/ja/docs/Web/JavaScript/Reference/Iteration_protocols)