JavaScript Return Achung

function getState(abbr){
   if (abbr=="WY")
   {
   return "Wyoming";
   }
}
Cheerful Crane