//Written using Nila. Visit http://adhithyan15.github.io/nila (function () { var commandline_args, overspeed; if ((typeof console !== "undefined" && console !== null)) { console.log("You can use console.log"); } if ((typeof console !== "undefined" && console !== null)) { console.log("You can use console.log"); } commandline_args = ["-c"]; if ((typeof commandline_args[1] === "undefined")) { console.log("Your second argument was empty!"); } overspeed = null; if ((overspeed === null)) { console.log("No overspeeding vehicles found!"); } }).call(this);