Guest User

Untitled

a guest
Oct 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. export getFullName(user) {
  2. return user.firstName + ' ' + user.LastName;
  3. }
  4.  
  5. export getPoints(user) {
  6. return user.pointsA + user.pointsB;
  7. }
Add Comment
Please, Sign In to add comment