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
@mauve whoa this is very cool and clearly c# inspired https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/statements/using