limit the amount of like animals that can be saved so we dont run up api calls
Closed this issue · 0 comments
brandonnorsworthy commented
when they like something
if localstorage.getitem("likes") is 5 or more
shift() the localstorage array to delete the first one
concat() the new liked animal so array can stay at 5 but not got over
then put it back into storage