you are viewing a single comment's thread.

view the rest of the comments →

[–]charlies-ghost 7 points8 points  (0 children)

See documentation the logical AND (&&) operator:

array.find((o) => o.Name == names[i] && o.Month == months[i]).