0
   

sleep debt calculator

 
 
Reply Wed 26 Jul, 2017 05:24 pm
function getSleepHours(day){
if (day === "monday"){
return 8;
} else if (day === "tuesday"){
return 8;
} else if (day === "wednesday"){
return 8;
} else if (day === "thursday"){
return 8;
} else if (day === "friday"){
return 8;
} else if (day === "saturday"){
return 8;
} else if (day === "sunday"){
return 8;
}
}
getSleepHours("Monday")
I am wondering why the hours will not show on preview?
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Question • Score: 0 • Views: 1,115 • Replies: 0
No top replies

 
 

Related Topics

 
  1. Forums
  2. » sleep debt calculator
Copyright © 2025 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.05 seconds on 02/10/2025 at 02:07:32