const hangman = {

wins: 0,

losses: 0,

status: ,

remaining: ,

play again: undefined() => {clickMeToPlayAgain();}

};