UI Deploy

Curated, Short, Web UI Dev we Love.

Cheat Sheet for Callable Entities in ES6

Abbreviations:

Column titles:
FD: Function declaration
FE: Function expression
AF: Arrow function
C: Class declaration and class expression (“body” entries refer to class constructor)
M: Method

Cells:
✓ exists, allowed
× does not exist, not allowed
Empty cell: not applicable, not relevant
lex: lexical, inherited from surrounding lexical scope
F.p: Function.prototype
SC: superclass for derived classes, Function.prototype for base classes

view source

Advertisement