Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ecma262

Why Is The Dollar Sign No Longer "intended For Use Only In Mechanically Generated Code?"

In ECMA-262, 3rd edition[PDF], under section 7.6 ('Identifiers,' page 26), we see the follo… Read more Why Is The Dollar Sign No Longer "intended For Use Only In Mechanically Generated Code?"

What Exactly `function.prototype.length` Means?

There was a Function.prototype.arity property purposed for getting number of arguments function exp… Read more What Exactly `function.prototype.length` Means?