var theName = { x:1, "main title":"An awesome title" }
var theName = new NewObject()
var theName = Object.create({x:1}, {y:2, z:3})