aboutsummaryrefslogtreecommitdiff
path: root/files/ja/orphaned/web/javascript/guide/object_manipulation_statements
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/orphaned/web/javascript/guide/object_manipulation_statements')
-rw-r--r--files/ja/orphaned/web/javascript/guide/object_manipulation_statements/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ja/orphaned/web/javascript/guide/object_manipulation_statements/index.html b/files/ja/orphaned/web/javascript/guide/object_manipulation_statements/index.html
index ddf781e031..48e820e9ae 100644
--- a/files/ja/orphaned/web/javascript/guide/object_manipulation_statements/index.html
+++ b/files/ja/orphaned/web/javascript/guide/object_manipulation_statements/index.html
@@ -1,6 +1,7 @@
---
title: Object Manipulation Statements
-slug: Web/JavaScript/Guide/Object_Manipulation_Statements
+slug: orphaned/Web/JavaScript/Guide/Object_Manipulation_Statements
+original_slug: Web/JavaScript/Guide/Object_Manipulation_Statements
---
<h3 id=".E3.82.AA.E3.83.96.E3.82.B8.E3.82.A7.E3.82.AF.E3.83.88.E6.93.8D.E4.BD.9C.E6.96.87" name=".E3.82.AA.E3.83.96.E3.82.B8.E3.82.A7.E3.82.AF.E3.83.88.E6.93.8D.E4.BD.9C.E6.96.87">オブジェクト操作文</h3>
<p>JavaScript はオブジェクトの操作に <code>for...in</code>、<code>for each...in</code> および <code>with</code> 文を使用します。</p>