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
The output I get is: "b". I would expect it to be undefined. I guess this is because you call isMatch(val), and you don't include the key in the callback arguments.
The text was updated successfully, but these errors were encountered:
When I write this code:
The output I get is: "b". I would expect it to be undefined. I guess this is because you call
isMatch(val)
, and you don't include the key in the callback arguments.The text was updated successfully, but these errors were encountered: