Advertisement
Guest User

Untitled

a guest
Apr 17th, 2015
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var buildings = [{
  2.     small_house: {
  3.         cost: 100,
  4.         quantity : 0,
  5.         limit : 1,
  6.         status : "active"
  7.      }
  8. }];
  9.  
  10. console.log(buildings.small_house.quantity);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement