1 This is a test to make sure you can get and set values in localStorage by index.
2 Setting FOO using the index setter.
8 Setting FOO again, using setItem.
14 Setting FOO again, using the index setter.
20 Setting FOO again, using property-slot syntax
26 Removing FOO, then trying to read it