JavaScript

A minimal guide to JavaScript (ECMAScript) Decorators and Property Descriptor of the Object

A short introduction of ECMAScript “decorators” proposal with basic examples and a little bit about the ECMAScript ecosystem.

Uday Hiwarale
Published in
13 min readJun 9, 2018

--

⚠️ This article has been revised recently due to the change in the ECMAScript decorators proposal. You can read the earlier version of this article from here.

--

--