JavaScript Hashtable berisi kunci

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