Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let objA = {
- name: Apple,
- product: { IPhone: {models: {5 {Release: 2012,
- Price: 1000}
- 6 {Release: 2014,
- Price: 999}
- 7 {Release: 2016,
- Price: 1001}
- }
- },
- IMac: {models: {.........}
- }
- }
- objA.product.Iphone.models.5 => Release: 2012
- Price: 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement