We worked on the Number
Object.
- http://docs.webplatform.org/wiki/javascript/Number [In Progress]
- http://docs.webplatform.org/wiki/javascript/Number/toExponential [Ready For Review]
- http://docs.webplatform.org/wiki/javascript/Number/toFixed [Ready For Review]
- http://docs.webplatform.org/wiki/javascript/Number/toPrecision [Ready For Review]
- http://docs.webplatform.org/wiki/javascript/Number/toString [Ready For Review]
- http://docs.webplatform.org/wiki/javascript/Number/prototype -- is this really necessary? shouldn't the prototype be explained on one central page?
- http://docs.webplatform.org/wiki/javascript/Number/constructor -- is this really necessary? this should be covered (in full) by http://docs.webplatform.org/wiki/javascript/Number
- http://docs.webplatform.org/wiki/javascript/Number/toLocaleString -- does not exist
- There is no code style guide for examples (indentation, spacing, …), and no hints for naming things.
- There is no generic "data types" page that offers an overview of what's possible, see MSDN, MDN Values, Variables and Literals and MDN Data Structures.
- should function signatures go in accordance with ECMA (
fractionDigits
) or natural language (digits
)?
Observation on JavaScript templates:
- "JavaScript" doesn't exist as a Topic Cluster
- There is no "Compatibility" section
- There is no "Related Specifications" section
- There is no "Topics" section (only "Topic Clusters")
- There is no dedicated section for "Throws" like "Return Value"
Working on: http://docs.webplatform.org/wiki/javascript/Number/toString