DEV Community

Discussion on: I Wish I Never Learned to Code

Collapse
 
michaelcurrin profile image
Michael Currin • Edited

I got fed up with the new ES6 syntax, callbacks vs promises vs async, choices in compilers like Babel, JSX, and things like fn.bind andfn.call... I gave up reading JS articles and writing new JS code.

I'm still upset with how much one has to know about JS. Which is a barrier for learning and using it.
I'm trying to use JS more as a tool to solve problems rather than something to get frustrated at in an attempt to master.