6 lines
70 B
JavaScript

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