Quiz: Setting up the Frontend and Creating the React Components
Test your knowledge about creating React components.
Quiz
1
(Fill in the blank.) In the following code useState
is a React ________.
const BooksList = props => {
const [books, setBooks] = useState([])
const [searchTitle, setSearchTitle] = useState("")
}
A)
package
B)
library
C)
component
D)
hook
Question 1 of 50 attempted
Get hands-on with 1400+ tech skills courses.