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