Created
January 21, 2022 19:29
-
-
Save ArnyminerZ/f33ef2038615031d28773b48a37c7d8b to your computer and use it in GitHub Desktop.
Per a aquells mandrosos que vulguen fardar davant la família. Solució al paraulògic del 21/01/2022
This file contains 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
var words = Object.keys(t["p"]); | |
for(p in words){ | |
document.getElementById('test-word').innerText = words[p]; | |
document.getElementById('submit-button').click(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment