Skip to content

Instantly share code, notes, and snippets.

@tarang9211
Created September 10, 2018 05:20
Show Gist options
  • Save tarang9211/d91735193f2e396c457f4206f80db233 to your computer and use it in GitHub Desktop.
Save tarang9211/d91735193f2e396c457f4206f80db233 to your computer and use it in GitHub Desktop.
Data for input fields
const questions = [
{
id: 0,
question: "What is your name?",
value: ""
},
{
id: 1,
question: "What is your dog's name?",
value: ""
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment