Skip to content

Instantly share code, notes, and snippets.

@MiguelMachado-dev
Created February 9, 2022 14:59
Show Gist options
  • Save MiguelMachado-dev/d040614b82ae01a9c7fc86253b4b4d2f to your computer and use it in GitHub Desktop.
Save MiguelMachado-dev/d040614b82ae01a9c7fc86253b4b4d2f to your computer and use it in GitHub Desktop.
This code will show you the Today's wordle answer
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