Skip to content

Commit

Permalink
Update files/ja/web/javascript/reference/global_objects/array/filter/…
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] authored Nov 5, 2023
1 parent 2874df7 commit 34e076e
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 @@ filter(callbackFn, thisArg)
### 引数

- `callbackFn`

- : 配列のそれぞれの要素に対して実行する関数です。この関数は、配列の要素を保持する場合は[真値](/ja/docs/Glossary/Truthy)、保持しない場合は[偽値](/ja/docs/Glossary/Falsy)を返します。この関数は以下の引数で呼び出されます。
- `element`
- : 配列内で処理中の現在の要素です。
Expand Down

0 comments on commit 34e076e

Please sign in to comment.