Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of renjithmohanan

renjithmohanan

renjithmohanan has asked 2 questions and find answers to 0 problems.

Stats

10
EtPoint
0
Vote count
2
questions
0
answers

About

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."); 
}

renjithmohanan answers