ManjulaP1012
Results
1
comments of
ManjulaP1012
I guess, when you call "data.getStatus.call(this)", getStatus method setting the value of "this" to global object. But inside getStatus method, "this.status" trying to access global object property , not the...