Posts Tagged "ECMAScript"

js_decorator

What is a Decorator in JavaScript?

When you write a class in JavaScript, you might have had to add more features to the methods in a class. But sometimes they look quite nasty and messy. How can you make the process more elegant? In this post,

Read More

New Features In ES2020

ECMAScript has grown to be one of the world’s most widely used general-purpose programming languages. ECMAScript is based on several originating technologies, the most well-known being JavaScript (Netscape) and JScript (Microsoft). Here are the new features of ES2020. Dynamic Import

Read More

What’s new for Node.js in 2020

In 2019, Node.js turned 10 years old, and the number of packages available on npm crossed one million. Downloads for Node.js itself continues to rise, growing 40% year over year. Another significant milestone is Node.js recently joined the OpenJS Foundation,

Read More