Assessment for conditionals test 4

please help me assess my code. I feel something is still wrong with it. Here is the link
https://codepen.io/ugoamaka/pen/mdPrMOa?editors=1111

from page

Hello @miracle_ugorji

you doing great well done
just tiny thing
change this
pwd = pwdResult === 'cheese' ? 'login was successful' : 'login was not successful';}
to this

pwdResult = pwd === 'cheese' ? 'login was successful' : 'login was not successful';}

hope that help and have a nice day