document.write('') (Листинг 2.4) var log = function(a) { console.log(a); } log('hi');