Skip to content

Instantly share code, notes, and snippets.

@Ibro
Last active December 9, 2017 07:20
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 Ibro/1ddff009fd8b49f122f41bd55b9d6304 to your computer and use it in GitHub Desktop.
Save Ibro/1ddff009fd8b49f122f41bd55b9d6304 to your computer and use it in GitHub Desktop.
import User from './UserHelpers';
const alice = {
firstName: 'Alice',
lastName: 'Gray',
points: 78,
};
const fullName = User.getFullName(alice);
const category = User.getCategory(alice);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment