Saturday, February 22, 2014

Conditionals in Node.js

// Okay, I will need this later.
if (5 < 4) {
   console.log("The math is weird here");
} else
   console.log("Math may be right here");

No comments:

Post a Comment