Probably better not to use for.

Probably better not to use for…of loops from ES2015 if you are transpiling with Babel. Not only does it produce a lot of code, this code wont run in ie11 without a polyfill for Symbol.

One thought on “Probably better not to use for.

Leave a comment