Created
February 9, 2022 14:59
-
-
Save MiguelMachado-dev/d040614b82ae01a9c7fc86253b4b4d2f to your computer and use it in GitHub Desktop.
This code will show you the Today's wordle answer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const storage = JSON.parse(localStorage.gameState) | |
const { solution } = storage | |
console.log(`The solution is: ${solution}`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment