diff options
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/array/map')
-rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/array/map/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/array/map/index.html b/files/zh-tw/web/javascript/reference/global_objects/array/map/index.html index c87fa95064..96d5a81599 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/array/map/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/array/map/index.html @@ -38,7 +38,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/map <p><code><var>callback</var></code> 函式可傳入以下三個參數:</p> <dl> - <dt></dt> <dt><code>currentValue</code></dt> <dd>原陣列目前所迭代處理中的元素。</dd> <dt><code>index</code>{{optional_inline}}</dt> |