Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <div className="App">
  2. <h1>Question Genie</h1>
  3. <button className="btn" onClick={this.displayQuestion}>View Unanswered Questions</button>
  4. {questions}
  5. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement