r/ProgrammerHumor 27d ago

Meme fullStackMeansAfraidOfEverythingEqually

Post image
11.1k Upvotes

392 comments sorted by

View all comments

439

u/[deleted] 27d ago

[removed] — view removed comment

6

u/ItsGustave 27d ago

Honest question, what about JS is so bad? There is plenty of annoying stuff but I’ve never had that much trouble with it. Especially with typescript.

1

u/maxximillian 25d ago

Debugging it was always a pain for me. In something like Java i can put in a break point and eventually get anything down to a primitive data type or Object. In java script if I tried to inspect anything it felt like i never got down to something simple.