Guest User

Untitled

a guest
Apr 27th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. {
  2. apple: { .... },
  3. orange: { ... },
  4. mango: { ... },
  5. jackfruit: { ... }
  6. }
  7.  
  8. let keys = Object.keys(your_object)
  9.  
  10. ['apple', 'orange', 'mango', 'jackfruit' ]
Add Comment
Please, Sign In to add comment