js if all values in object are false code example Example: js check if obj all false Object.keys(obj).every((k) => !obj[k])