daily log 9.16.20
NOTES ON GITHUB!!
NOTES ON GITHUB!!
How to see the files you’ve created today
```javascript function sinkDown(array) { // console.log(array) let root_idx = 0; let left_idx; let right_idx; while (right_idx < array.lengt...
NOTES TO MYSELF, FROM THE FUTURE: