var the_thing = 23; if ( the_thing != 25 ) { console.log( 'The thing is actually ' + bar ); }
console.log
Logging arbitrary data with console.log
Just another DesignWorks site
Logging arbitrary data with console.log
var the_thing = 23; if ( the_thing != 25 ) { console.log( 'The thing is actually ' + bar ); }