Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created June 7, 2019 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BetterProgramming/710436985c20da84776dc92b8a9caf95 to your computer and use it in GitHub Desktop.
Save BetterProgramming/710436985c20da84776dc92b8a9caf95 to your computer and use it in GitHub Desktop.
state = {
questions: [
{ id: 'fdsd', title: 'Why is the sky blue?' },
{ id: 'adsf', title: 'Who invented pizza?' },
{ id: 'afdsf', title: 'Is green tea overrated?' },
],
displayQuestions: false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment