Created
February 9, 2022 14:34
-
-
Save MiguelMachado-dev/b702f1fe6ea0bbcd1344c771007ddedb to your computer and use it in GitHub Desktop.
Um código para retornar a resposta/solução da palavra do dia do term.ooo
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.termo) | |
const { solution } = storage.state | |
console.log(`A palavra do dia é: ${solution}`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment