ews-javascript-api icon indicating copy to clipboard operation
ews-javascript-api copied to clipboard

Remove for...in

Open znewsham opened this issue 3 years ago • 0 comments
trafficstars

for (var s in this.Settings)

will iterate over all the prototype members of an array - this probably doesn't matter unless you've done Array.prototype.whatever = () => {} - but in that case this will fail.

znewsham avatar Aug 24 '22 21:08 znewsham