Pretty Print
using Google Prettify
var foo = "42"; function bar(str) { console.log("the string is: " + str); } bar(foo);