Skip to content

Instantly share code, notes, and snippets.

View Just-Hosam's full-sized avatar
🥰

Sam Dahrooge Just-Hosam

🥰
View GitHub Profile
<!DOCTYPE HTML>
<html>
<head>
<style>
body {
margin: 0px;
padding: 0px;
}
</style>
</head>
@Just-Hosam
Just-Hosam / lunch.js
Last active February 1, 2021 21:21 — 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.
*