Skip to content

Instantly share code, notes, and snippets.

@brizental
Created June 19, 2018 23:03
Show Gist options
  • Save brizental/09318c4187cbf4ed2a4132c8eb3138ee to your computer and use it in GitHub Desktop.
Save brizental/09318c4187cbf4ed2a4132c8eb3138ee to your computer and use it in GitHub Desktop.
const perguntas = {
pergunta1: {
texto: "lorem ipsum blablabla",
resposta: "sim",
},
pergunta2: {
texto: "shururu",
resposta: "nao"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment