Skip to content

Commit

Permalink
Update files/ko/web/javascript/reference/global_objects/iterator/find…
Browse files Browse the repository at this point in the history
…/index.md
  • Loading branch information
hochan222 authored Oct 27, 2024
1 parent 68a3db0 commit b6c5f1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ l10n:
sourceCommit: 797c56885288c72b474ed80d49f55dd25670de55
---

{{JSRef}}{{SeeCompatTable}}
{{JSRef}}

**`find()`** 메서드는 {{jsxref("Iterator")}} 인스턴스의 메서드로, {{jsxref("Array.prototype.find()")}}와 유사합니다. 이 메서드는 제공된 테스트 함수를 만족하는 첫 번째 요소를 반환합니다. 만약 테스트 함수를 만족하는 값이 없다면, {{jsxref("undefined")}}가 반환됩니다.

Expand Down

0 comments on commit b6c5f1a

Please sign in to comment.