find key in javascript object by name code example Example: js find key by value in object Object.keys(object).find(key => object[key] === value)