Home
Playground
Documentation
Δ
Run This Bitch
// Random shit Δ.doTheThing(); console.log(Δ.flipText("anything!")); // Calculate the answer to the life, the universe and everything var theAnswer = Δ.theAnswerToLifeTheUniverseAndEverything(); // See if the answer equals to 5 if(Δ.isNumber5(theAnswer)) { Δ.getOffMyLawn("WTF"); } // Let them know console.log("The answer... to the life... the universe... and everything is...\n\n" + theAnswer); // Get a random numbah var rnd = Δ.getRandomNumber(); console.log("The numbah is "+ rnd +". Guaranteed to be random"); // This doesn't do anything Δ.nothing();
Output (Console)