After GET client-health, how should the script display the official wireless health numbers?
Select an answer to reveal the explanation.
Short Explanation
The JSON has all / wired / wireless drawers—open the wireless one and read scoreValue and clientCount, or you failed the “wireless” part of the assignment.
Full Explanation
client-health responses include a scoreDetail list with categories such as all, wired, and wireless. The constructed display selects the wireless category and presents scoreValue and clientCount, including poor/fair/good style children when present. Printing only the wired object fails the wireless qualifier; status-only or unrelated health averages are incomplete.