You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 6-data-storage/02-localstorage/article.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Both storage objects provide same methods and properties:
19
19
-`key(index)` -- get the key on a given position.
20
20
-`length` -- the number of stored items.
21
21
22
-
As you can see, it's like a `Map` collection (`setItem/getItem/removeItem`), but also keeps elements order and allows to access by index with `key(index)`.
22
+
As you can see, it's like a `Map` collection (`setItem/getItem/removeItem`), but also allows to access by index with `key(index)`.
0 commit comments