Hacker News new | ask | show | jobs
by stevula 3148 days ago
`res.json()` is the return value of the first `then` block, which is then passed to the second `then` block as `planet` (if json parsing doesn't throw an error).