feat: store fortune result for the day #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We can store result in normal mode by using
localStorage.But if user is in private mode,
localStoragewill behave likesessionStorage.We cannot store any result in private mode.