scrimba
Frontend Career Path
React basics
React site
Pop quiz!
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
Pop quiz!
Expand for more info
quiz.md
run
preview
console
1. Why do we need to `import React from "react"` in our files?


2. If I were to console.log(page) in index.js, what would show up?


3. What's wrong with this code:
```
const page = (
<h1>Hello</h1>
<p>This is my website!</p>
)
```


4. What does it mean for something to be "declarative" instead of "imperative"?


5. What does it mean for something to be "composable"?
Console
/index.html
-5:08