var x = 1; var y = 2; var x = 3; function test() { var unused = 'hello'; console.log('debug'); return "world"; } test();