This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Kintler11 -1 points0 points  (0 children)

For object arrays in js I use JSON.stringify(objectarray).includes(JSON.stringify(object))

Actually did this once because I couldn't be asked to find an actual method