- Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Currently, if new questions are added here, then any user who visited the site prior to the addition will not be able to use the checkbox to mark off new questions as the array in their local storage won't have indexes for the new questions (ie. it will be short).
We should account for this and update the initialization to handle if the localStorage array already exists and differs in size, then we should create a new array, copy over the old values, and save it over the existing array.