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