nfe icon indicating copy to clipboard operation
nfe copied to clipboard

"Named function expressions demystified" article

trafficstars

Named function expressions demystified

http://kangax.github.io/nfe/

TODO:

  • Explain f = function f(){ ... } memory usage (and what the hell happens there)
  • Add note from ES5 about func. decl. in statements