don't use Array.prototype.find because it doesn't exist for IE11
Created by: squarebracket
As the title implies, this replaces a use of Array.prototype.find
with the for () {}
equivalent since IE11 doesn't support Array.prototype.find
Created by: squarebracket
As the title implies, this replaces a use of Array.prototype.find
with the for () {}
equivalent since IE11 doesn't support Array.prototype.find