- We're about Javascript AKA ECMA script not a specific implementation. So we don't cover issues specific to one environment or interpreter, like browsers or V8 for node.
- Micro-performance is out of scope: anything that's not a result of essential algorithmic complexity (e.g O(log n) vs O(n^2)) is down to a specific version of a specific interpreter (see 1).
- Please test code examples to ensure they work, there's nothing more confusing than incorrect examples!
- Contributing to JS Garden makes you a fantastic person, and Brendan Eich will find you immensely attractive.
Thank you for being kind enough to help out!
- Run
npm run build
to build - Run a webserver from the root of the repo to view
- Squash your changes into one commit
- Make sure the site still works :)
- Make a PR