Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Todo: more snippets #1

Open
6 of 7 tasks
melanieseltzer opened this issue May 27, 2018 · 3 comments
Open
6 of 7 tasks

Todo: more snippets #1

melanieseltzer opened this issue May 27, 2018 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@melanieseltzer
Copy link
Owner

melanieseltzer commented May 27, 2018

  • Promises
  • Map
  • Sets
  • Fat arrows: returning objects
  • Nested object destructuring
  • Object destructuring renaming
  • Skipping values in array destructing

Any others?

@melanieseltzer melanieseltzer added enhancement New feature or request help wanted Extra attention is needed labels May 27, 2018
@askhat
Copy link

askhat commented May 27, 2018

Optional prop declarations might be included as well

{
  ...someCondtion && { prop: 'value' }
}

@melanieseltzer
Copy link
Owner Author

@askhat Do you have more info about that I could read up on?

@askhat
Copy link

askhat commented May 27, 2018

I made a pull request, hope it'll clear things out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants