Member since July 26, 2017
rkworkman
My Profile
- Answered Questions: 0
- Posts: 1
- Location:
- Occupation:
Following
User has not yet added friends.
Followers
User does not yet have followers.
My Tags
Javascript My Recent Posts
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... (
view)