You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also set the second function of the `match` function to `true` to return the first item of the matching result, and return `undefined` if no match is found.
67
+
You can also set the second function of the `match` function to `false` to return the first item of the matching result, and return `undefined` if no match is found.
0 commit comments