Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
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
rant