function hello(a) { console.log(a); } hello.call(this, 'hello');