tma03
// TODO: Q1(c)(iii) // Make an event listener to save text when it changes: // ...get the textarea element's current value // (getting HTML input values is in Block 2 Part 2 Section 6) // ...make a text item using the value // (demonstrated elsewhere in this file) // ...store the item in local storage using the given key // ...
Read More