3-27-24 Notes

            
Flexbox justify-content has a lot of options to organize a group of items in a container.
HTML Elements can have lots of event handlers. For example, you can add the onclick attribute to probably anything.
The campus clearing the computers proved localstorage is stored in the browser because professor's old data was lost.
A string is an array of characters (Ex: myStr = "Hello", myStr[0] would be "H", myStr[1] would be "e", and so on).
Fibonacci sequence is cool.
vh = view height? Ex: 70vh is 70 lines.
groove is a border type that kind of makes the border look like a picture frmae.
Not too many new notes since we were mainly implementing/reviewing flexbox in class...