Closed joelgriffith closed 9 years ago
Overview:
util.puts
sys.puts
console.log
true()
false()
.true
.false
+1 looks good
Overview:
util.puts
orsys.puts
is deprecated in Node > 0.12, and is replaced in favor ofconsole.log
true()
andfalse()
, so they are replaced with just the.true
and.false
assertions.