Guest User

Untitled

a guest
Jan 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. let apeach = {
  2. heart: 'pink',
  3. bodyColor: 'White',
  4. borderColor: 'Black'
  5. }
  6.  
  7. ({heart, ...color}) = apeach;
  8.  
  9. //heart: "pink"
  10. //color: {bodyColor: "White", borderColor: "Black"}
Add Comment
Please, Sign In to add comment