localstorage value is null
Complete javascript beginner here. I’m trying to make it so my text document saves its content in my textbox whenever I refresh the page, but for some reason whenever I try to see if the content’s been saved the value just comes back as null. Here’s my HTML div class="scratchpad" contenteditable="true" name="scratchpad" id="scratchpad"></div> and here’s… Read More localstorage value is null