javascript nerds, what are your thoughts on the proposed safe assignment operator which acts as a try catch replacement but better. im personally hyped if this is put in js cause it is so much cleaner and overall better than try catch which is mean. this is what is proposed:

const [error, data] ?= coolFunct()

github.com/arthurfiorette/proposal-safe-assignment-operator

Aug 27, 2024, 2:24 PM
3 0 1

comments

It’s way better