iterami/Docs.htm/common HTM Projects/core.js/core_storage_element_property(args)
  1. If the localStorage value at "key" is a boolean, returns "checked".
  2. If the passed in "element" has a "value" property, returns "value".
  3. Otherwise returns "textContent".
Arg Default Type
element element
key string