https://github.com/UChicagoWebDev/lab-4
<script> var i =0; function increment() { i = i+1; console.log(i); } </script>