Sticky notes and sketch: https://miro.com/app/board/o9J_lSG2LwQ=/
let a, b;
function foo(a, b) {
if (a === b) { a += 1; } else if (a > b) { b += 1; } else { a += 1; b += 1; } }
const items = ["car", "boat", "plane"];
items.forEach(function(item) { items.push(item); })
h2 { font-size: 1.6em; }
.navbar { width: 20px; border: 10px; }
#loginButton { width: 10px; background-color: #000000; }