Created
September 10, 2018 05:20
-
-
Save tarang9211/d91735193f2e396c457f4206f80db233 to your computer and use it in GitHub Desktop.
Data for input fields
This file contains hidden or 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
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