Tag: EcmaScript

How Has JavaScript Changed in the Last Few years?

In the past three years, JavaScriptthe syntax has been kept updated,EcmaScript and has gone through 2022、2021、2020three major versions, today I will sort out with you what are the three major versions that we should pay attention to, and you can also see which of these features ar...

5 Most Exciting ES13 Features You Should Know About

ES13 (ECMAScript 2022) has been released a long time ago and it has been updated with many useful features. In this article, I’d like to share with you 5 of my favorite techniques that I’ve already begun implementing in my work. 1. Top-level await await is my favorite ...

All JavaScript and TypeScript Features of the last 3 years

This article goes through almost all of the changes of the last 3 years (and some from earlier) in JavaScript / ECMAScript and TypeScript . Not all of the following features will be relevant to you or even practical, but they should instead serve to show what’s possible ...

What’s New in TypeScript 5.2?

The TypeScript 5.2 version is planned to be released on the 22th of August . You can learn more details about the release plan here. In this article, I will highlight the most relevant new features. Here is the summary: The new using keyword Decorator Metadata N...