class Page{ constructor(_location){ this.raspolozhenie = _location; } } var cont = { subCont:{ prop: new Page('cont.subCont.prop') } };