In node.js you can use console.log or sys.puts to print out to the screen.
console.log
sys.puts
What is the preferred method and what is the difference between thes
console.dir(objectToInspect)
This might be another way to inspect objects.