findfirst
Finds and returns the first element in an array that meets a specified condition, or null if none match. Works with any data type, including objects.
Instructions
Accepts an array of any data type, including objects. Returns the first item that matches the specified condition. If no item matches the condition, Null is returned. Use the 'this' keyword for the propertyName when the array is of a simple data type, such as string, integer, or boolean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||