Referencing Objects within Objects
var myBookBox = { height: 8, length: 10, width: 12,
book1: {title: "Strange Case of Dr Jekyll and Mr Hyde", author: "Robert Louis Stevenson"
}Last updated
var myBookBox = { height: 8, length: 10, width: 12,
book1: {title: "Strange Case of Dr Jekyll and Mr Hyde", author: "Robert Louis Stevenson"
}Last updated