Skip to content

Instantly share code, notes, and snippets.

@f0rr0
Created June 27, 2016 15:13
Show Gist options
  • Save f0rr0/46581e6bc904fcb173332fe0f8e101f5 to your computer and use it in GitHub Desktop.
Save f0rr0/46581e6bc904fcb173332fe0f8e101f5 to your computer and use it in GitHub Desktop.
export default function stats (data) {
return (
`
NAME : ${data.name}
HEIGHT : ${data.height}
WEIGHT : ${data.weight}
BASE XP: ${data.base_experience}
`
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment