totalStaticFun = function(sum) {
if(typeof self.cnt != 'number')cnt = sum;
return cnt;
};
the value that is returned remains static in javascript
if(typeof self.cnt != 'number')cnt = sum;
return cnt;
};
the value that is returned remains static in javascript
0 comments:
Post a Comment