renjithmohanan

86
reputation
2
switch(myTime){
  case 'DAY' : document.write("Lead my crew to victory over projects."); 
                break;
  case 'NIGHT' : document.write("Loving husband and caring father."); 
                 break;
  case 'FUN' : document.write("Draw paper graffiti and sketches."); 
               break;
  default : document.write("Hear awesome music."); 
}