var x = { name: 'abc', test: "Test string" }; x.thisObject = x; x.thisTest = x.test; alert(x.thisObject) alert(x.thisTest)