Update 6-data-storage/03-indexeddb/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
This commit is contained in:
parent
d235632379
commit
d56c49ee48
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ An example of an object that can't be stored: an object with circular references
|
||||||
|
|
||||||
**There must be a unique `key` for every value in the store.**
|
**There must be a unique `key` for every value in the store.**
|
||||||
|
|
||||||
A key must be one of the these types: number, date, string, binary, or array. It's a unique identifier: we can search/remove/update values by the key.
|
A key must be one of the these types - number, date, string, binary, or array. It's a unique identifier, so we can search/remove/update values by the key.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue