This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Modify the contents of the function below, such that: | |
* | |
* If we're not hungry, we want to tell ourselves to get back to work. | |
* Otherwise, we want to pick something up and eat it in the lab when | |
* we've got less than 20 minutes or to try a place nearby if we've | |
* got between 20 and 30 minutes. If we have any more time than that, | |
* we want to remind ourselves that we're in a bootcamp and that we | |
* should reconsider how much time we actually have to spare. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<style> | |
body { | |
margin: 0px; | |
padding: 0px; | |
} | |
</style> | |
</head> |