javascript class state localstorage
I've been working with my Chingu project a ton, and haven't posted recent experiments, so as I was working on figuring something out today, I kept in mind to share the experiment on blogger. picture: the html page in 'start' state. 'START' is text in the main div which is green. Below that div is a shorter div with the next color that will appear, which is yellow. The top of the page says: Make something happen here: below that is a button that says: "CHANGE PAGE STATE". video of process in action box changes from text: start, background-color: green, to middle/yellow, to end/red. I start off like I do the other javascript experiments, Make a folder on desktop (anyname): in anyname folder, I make a JavaScript file, and a HTML file. (optional css file) *This one also has a small css file to just give it some shape* Now when I want to test how my files are interacting and running, I go to my anyname ...