let registerObj = { display: function(){ controller.clearScreen(); controller.registerStrand.style.display = "flex"; }, submit: function(){ event.preventDefault(); } }