foo = { bar : true }; alert( foo.bar ) function func( arg ) { arg.bar = false } func( foo ) alert( foo.bar )