Skip to content

Instantly share code, notes, and snippets.

@alexpvieira
Created July 15, 2019 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexpvieira/8c191f81164dd4dff8ec410e383d9e78 to your computer and use it in GitHub Desktop.
Save alexpvieira/8c191f81164dd4dff8ec410e383d9e78 to your computer and use it in GitHub Desktop.
this.array = response.data.results.map(e => {
return { ...e, extra: false }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment