diff --git a/files/en-us/web/javascript/reference/global_objects/array/find/index.html b/files/en-us/web/javascript/reference/global_objects/array/find/index.html index a4c2d3a2313b1c4..fd2e8f04d110fd3 100644 --- a/files/en-us/web/javascript/reference/global_objects/array/find/index.html +++ b/files/en-us/web/javascript/reference/global_objects/array/find/index.html @@ -48,6 +48,7 @@

Parameters

Return value

The value of the first element in the array that satisfies the provided testing function. Otherwise, {{jsxref("undefined")}} is returned.

+

Index 0 will be interpreted as a {{Glossary("Falsy")}} value in conditional statements.

Description