Recent Docs Activity
View all activity| Page | Date | Comment |
|---|---|---|
Arrow functions |
you still need to cover the parameters in parenthesis if you have a single parameter that is not a name. e.g.: destructuring `({ x }) => x` | |
Function |
||
Enumerability and ownership of properties |
||
String.prototype.normalize() |
Revert to revision of 2015-07-13 09:32:59 by fscholz | |
String.prototype.normalize() |
If the form argument is undefined, normalize will throw a RangeError, as undefined will be converted to "undefined" and it's not a valid form. |