Logic is hard

0 views
Skip to first unread message

Mike Austin

unread,
Feb 24, 2026, 4:03:11 PM (10 days ago) Feb 24
to PiLuD
return !keys.some(key => !this.equals(a[key], b[key]))

Double negative because I want the function to return false by default, and .every() does not short-circuit.
Reply all
Reply to author
Forward
0 new messages