Skip to content

Commit

Permalink
Update files/ja/web/javascript/reference/global_objects/array/flatmap…
Browse files Browse the repository at this point in the history
…/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mfuji09 and github-actions[bot] committed Nov 10, 2023
1 parent 34cc81a commit 74b4d06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ flatMap(callbackFn, thisArg)
### 引数

- `callbackFn`

- : 配列のそれぞれの要素に対して実行する関数。この関数は、新しい配列の要素を格納した配列を返すか、新しい配列に追加する 1 つの配列以外の値を返します。この関数は、以下の引数で呼び出されます。
- `element`
- : 配列で現在処理中の要素です。
Expand Down

0 comments on commit 74b4d06

Please sign in to comment.