I am trying to figure out a way to incorporate code in a simple and elegant way into my web pages. Lets see how it goes!
function getToSleep(){
while(noise <= 10 && sleep !== "zzz"){
sheep ++; // THIS IS A REALLY LONG COMMENT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
}
if(noise > 10){
return false;
}
return true;
}
woohoo!