Reputation: 31
I have to store an array in window.localStorage
. How would I store the array in window.localStorage
using console window?
EX:
cards: Array[0]
length: 0
I have to store this. Now here key is cards and length is nested.
Upvotes: 3
Views: 5041