Created
May 2, 2024 03:01
-
-
Save PatheticMustan/d5b940e4fc7883c7f5709275ff2d05a1 to your computer and use it in GitHub Desktop.
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
Object.values(__NEXT_DATA__.props.initialState.entities.gameRoom)[0].items.map(v => { | |
return [v.textToDisplay, v.enteredText, v.textToDisplay===v.enteredText] | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment