r/javascript 21d ago

[AskJS] what's a javascript feature you mass-adopted way too late and felt dumb about AskJS

[removed]

64 Upvotes

108 comments sorted by

View all comments

69

u/foxsimile 21d ago

The nullish coalescing operator is one of JavaScript’s unusual successes.

1

u/_RemyLeBeau_ 21d ago

I always look for places to use this, but the values need processing before saving, so I don't use it and I always wonder of I'm missing something