Skip to content

wbeard/escheatsheets

Repository files navigation

ES cheatsheets

Contributing

Adding ES Features

All of the features are in src/data/esnext.js. To add a feature provide the following information:

  • Name
  • Stage or ES Version
  • Example usages
  • Link to documentation for the proposal or feature

For example:

{
    docLink: 'http://mozilla.com/mdn',
    examples: [
      'function(firstArg, ...rest)',
      '{ ...props }',
      '[arrayElements, ...moreElements]'
    ],
    tag: 3,
    title: 'Spread operator'
  }

Feel free to branch and file a PR with your addition.

Waffle Board

We're using waffle to organize issues into tasks to help improve the codebase. Check it out here: https://waffle.io/wbeard/escheatsheets.

Other

Clone the repo & file a PR with your changes. They'll be reviewed and merged as soon as possible.

About

New & upcoming javascript features in one place

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published