Open krishnagogada opened 3 years ago
function sum(){ console.log(this); } console.log(sum.prototype);
when I tried console.log(this) my app was crashed and I tried console.log(sum.prototype) printed empty like this sum{}
sum{}
when I tried console.log(this) my app was crashed and I tried console.log(sum.prototype) printed empty like this
sum{}