8 Matching Annotations
  1. Dec 2020
  2. Jul 2018
  3. Jan 2016
    1. A detailed overview of ECMAScript 6 features.

      React ES5 to ES6

  4. Oct 2015
    1. bar (x, y) { … }, *quux (x, y) { … }

      So what's the difference between bar and quux?

  5. Aug 2015
    1. In summary:

      1. Class decorators are functions that wrap a constructor function
      2. Property decorators are functions that take a prototype and property name as input and can modify the property
      3. Method decorators are functions that take a prototype, method name and method descriptor as input and return an updated descriptor