yourNumber = Math.random() * MAX_LIFE_SPAN;
cycles++; rinse();
console.log(`I have cycled ${cycles} cycle(s): But I still haven't found...what I'm looking for.`);
}
console.log("Now what?");
yourNumber = Math.random() * MAX_LIFE_SPAN;
cycles++; rinse();
console.log(`I have cycled ${cycles} cycle(s): But I still haven't found...what I'm looking for.`);
}
console.log("Now what?");