Assesment wanted Math 3 skills test

In the final task for Test you skills : Math 3 skills test. It seems like I got the correct answer, but I am not sure if I have written the code correctly. Codepen:

let weightComparison;
if ( eleWeight < mouseWeight )
{weightComparison = " ";}

let heightComparison;
if ( ostrichHeight > duckHeight )
{heightComparison = " ";}

let pwdMatch;
if ( pwd1 === pwd2 )
{ pwdMatch = " ";}