HI,
I am using the browser’s local storage to store HighScore value. After the project is deployed, the value is now NAN instead of a number. I tried modifying the function and add !isNAN, problem persists.
Is there a workaround for it to still work?
Site: https://feedingfinnley.netlify.app/
Domain: no custom domain
Git Repo: https://github.com/dmc103/FeedFrenz_game_project/blob/main/FeedFrenz.js
Thank you!