How It Works:
Initially, playFootball is false.
Every time you click the button, a random day is picked, and if it's Wednesday or Friday, the boolean value is updated to true (indicating you're playing football). Otherwise, it stays false.
The status is displayed on the page to reflect the result.