Posts about ecmascript
2 posts found
2026
- The using keyword: JavaScript finally learned how to clean up after itself
JavaScript finally got explicit resource management with the using and await using keywords. No more try/finally pyramids, no more forgotten cleanups. Heres how it works and why you should start using it today.
2025
- The Temporal API: JavaScript's Long-Awaited Solution to Date Handling
A comprehensive guide to JavaScript's new Temporal API - finally fixing decades of Date object frustrations with a modern, immutable approach to working with dates and times