Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions 12-quiz-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _Choices_:
```
PUT YOUR ANSWER HERE
```

Ingredients.js

-----------------------------------

Expand All @@ -42,7 +42,7 @@ _Choices_:
```
PUT YOUR ANSWER HERE
```

<p>My favorite ice cream is {this.props.flavor}!</p>

-----------------------------------

Expand All @@ -67,7 +67,7 @@ _Choices_:
```
PUT YOUR ANSWER HERE
```

Yes

----------------------------------

Expand All @@ -88,7 +88,7 @@ _Choices_:
```
PUT YOUR ANSWER HERE
```

No

----------------------------------

Expand All @@ -114,7 +114,7 @@ _Choices_:
```
PUT YOUR ANSWER HERE
```

The ReactDOM.render method generates a virtual DOM node containing whatever the JSX that the Kangaroos component returns. React then reloads the entire webpage, changing only the element with an ID of root


-----------------------------------
Expand All @@ -130,7 +130,7 @@ _Choices_:
PUT YOUR ANSWER HERE
```


True
----------------------------------

_Prompt_: What is React.js?
Expand All @@ -145,7 +145,7 @@ _Choices_:
```
PUT YOUR ANSWER HERE
```

All of the above

-----------------------------------

Expand Down Expand Up @@ -184,7 +184,7 @@ _Choices_:
PUT YOUR ANSWER HERE
```


The Store component call needs to end with />, not just >

----------------------------------

Expand All @@ -201,7 +201,7 @@ _Choices_:
```
PUT YOUR ANSWER HERE
```

reate-react-app jungle_maze

----------------------------------

Expand Down Expand Up @@ -237,7 +237,7 @@ _Choices_:
```
PUT YOUR ANSWER HERE
```

Yes

----------------------------------

Expand All @@ -255,4 +255,6 @@ Choices:

```
PUT YOUR ANSWER HERE
```
```

At the top of the component class; you only need it if you are changing any initial configurations for that class.