Quiz2

Quiz2

University

5 Qs

quiz-placeholder

Similar activities

Intro to CSS

Intro to CSS

7th Grade - University

10 Qs

HTML Headings Quiz

HTML Headings Quiz

12th Grade - University

7 Qs

Intro Quiz

Intro Quiz

University

10 Qs

Taller HTML

Taller HTML

University

10 Qs

Applied Visual Design

Applied Visual Design

University

10 Qs

Bài 7:HTML và cấu trúc web_ tin 12_ kiểm tra  thường xuyên

Bài 7:HTML và cấu trúc web_ tin 12_ kiểm tra thường xuyên

12th Grade - University

10 Qs

Git & GitHub

Git & GitHub

University

10 Qs

Html/Css Quiz Day 1

Html/Css Quiz Day 1

University

10 Qs

Quiz2

Quiz2

Assessment

Quiz

Computers

University

Hard

Created by

Akash Ekanayaka

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many numbers of elements a valid react component can return?

1

2

3

4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a state in React?

A permanent storage.

Internal storage of the component.

External storage of the component.

None of the above.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In MVC, what does React.js act as?

Model

View

Controller

Middleware

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the smallest building block of React.JS.

props

elements

Components

React Hooks

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to access a function fetch()  from h1 element in JSX?

<h1>${fetch()}</h1>

<h1>{fetch}</h1>

<h1>${fetch}</h1>

<h1>{fetch()}</h1>