Roger Chi

This is a growing list of compatibility issues with IE11 I came across at work.

  1. for (... of ...) syntax is not supported.
  2. string object has no startsWith and endsWith method, use indexOf instead.
  3. the comma after the last item of an array will cause an error, e.g. [1,2,3,]