I am doing a simple check to see if this array has an exact pair of key values.
eg
testArray = [ { "key1": "value1" }, { "key2": "value2" }, { "key1": "value2" ) ]
How to check if an array contains the exact object {"key1": "value2"}?
Thanks for the help.
javascript arrays
Spittal
source share