Cosmic Crashes: Bugs In Space
// The Cosmic Crashes API
// Returns the probability of a space-based catastrophe
var crashProbability = Math.random() * 100;
if (crashProbability > 50) {
console.error("CRASH!");
}
LAST KNOWN GOOD STATE: Crash Probability: 42% ( warning: may crash at any moment )