Skip to content

Instantly share code, notes, and snippets.

@PatheticMustan
Created May 2, 2024 03:01
Show Gist options
  • Save PatheticMustan/d5b940e4fc7883c7f5709275ff2d05a1 to your computer and use it in GitHub Desktop.
Save PatheticMustan/d5b940e4fc7883c7f5709275ff2d05a1 to your computer and use it in GitHub Desktop.
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