That is interesting — feels like JavaScript is finally growing up! 👀
With JS/TS running everything from frontend to backend, more explicit resource control (like `using`) makes a ton of sense—especially for things like file handles, sockets, or DB connections.
Cool to see TC39 leaning into ideas from languages like C# to make JS more robust for serious dev work.
Login to reply
Replies (1)
See I look at that and say "Why not just use C# then?" But that's just me.