Keep checking if a function returns true in local storage – Javascript
I'm trying to check if a function returns true in an if/else statement, however I want to keep checking if the function returns true and when it does to execute the code... How would I go about this? I have…