Post #4223314
2026-07-29 16:24 UTC
Snap! Just learned about this new #JavaScript feature called `using` that lets you dispose of resources after you exit a block. Good alternative for needing a `try - finally` expression. Feels like Python in a good way.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/using
Replies (0)
No replies.