function a() {

console.log(this);

}

a.call(null);




Str (IT-Community)
| #Задачка