← Code LabNode.js0/50 solved · 0%
Systems · easy

11. Health Check Aggregator

Check if all services are UP.

Write `isHealthy(services)` where services is `{ db: 'UP', api: 'DOWN' }`.
Required in your answer: Object.valuesevery