A Promise Horror Game — Learn JavaScript Promises the scary way
Succeeds ONLY if ALL checks pass. One failure = total rejection.
Waits for ALL checks, reports each result. You see everything, but still need all clear to go.
Returns the FIRST check to finish, pass or fail. Speed is everything!
Succeeds if ANY check passes. Only fails if ALL checks fail.
It's 3:34 AM. You REALLY need the bathroom. But first, you must check: Is the hallway light on? Is the bathroom light working? Is there a monster under the bed? Choose a Promise method to evaluate these async checks!