This is a growing list of compatibility issues with IE11 I came across at work.
for (... of ...)
syntax is not supported.- string object has no
startsWith
andendsWith
method, useindexOf
instead. - the comma after the last item of an array will cause an error, e.g.
[1,2,3,]