Uses W3Schools' script to explain that local storage on the client-side has creation, editing, display and deletion facilities managing items that are a key-value associative array like a map. The key is unique but maybe named (as in this simple case) and the values are strings. Editing is done in the development system (F12 in Chrome). We look at localStorage() methods.