JavaScript Hashtable содержит ключ

if (obj.hasOwnProperty("key1")) {
  ...
}
Faithful Finch