one.html 149 B

123456
  1. <script>
  2. console.log(JSON.stringify({
  3. numberOfEntries: window.localStorage.length,
  4. testValue: window.localStorage.getItem('test')
  5. }));
  6. </script>