Skip to content

Instantly share code, notes, and snippets.

@SebastianHGonzalez
Created January 21, 2019 12:30
Show Gist options
  • Save SebastianHGonzalez/bf41ffe88b98bff4abb90e92c8173686 to your computer and use it in GitHub Desktop.
Save SebastianHGonzalez/bf41ffe88b98bff4abb90e92c8173686 to your computer and use it in GitHub Desktop.
addAspect example
addAspect(aspect) {
this.aspects = [...this.aspects, aspect];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment