8
OkayDev
6y

We support IE at work.

went to test page in IE, CRASH... With a freaking jquery exception, what?!?! Error was no help, debugging was pointless.

Took me 30min to find out that I can't define a variable in a JS function definition like "function doStuff(isThing = false)".... That's ES6 only...

Made sure I prevent further mistakes by setting my PHPstorm language setting to ES5.1

Comments
Add Comment