
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.

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.
Sure
LikeLike