ews-javascript-api
ews-javascript-api copied to clipboard
Remove for...in
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.