Skip to content

Instantly share code, notes, and snippets.

@YiqiCodes
YiqiCodes / lunch.js
Last active January 6, 2020 16:57 — forked from NimaBoscarino/lunch.js
W1D1 - What to do for Lunch?
/*
* 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.
*