console.log

var the_thing = 23;

if ( the_thing != 25 ) {
    console.log( 'The thing is actually ' + bar );
}