Skip to content

Instantly share code, notes, and snippets.

@branquito
Created September 25, 2018 15:07
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 branquito/3c9185b424dcbe676e12d0e4bbdb8f6b to your computer and use it in GitHub Desktop.
Save branquito/3c9185b424dcbe676e12d0e4bbdb8f6b to your computer and use it in GitHub Desktop.
error during evaluation
orderedStatuses() {
return this.statuses.all.reduce((status, acc) => {
acc.push("...")
return acc
}, [])
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment