ReactJS-Quiz2

ReactJS-Quiz2

Professional Development

5 Qs

quiz-placeholder

Similar activities

HFTSK Exercise 4.1

HFTSK Exercise 4.1

Professional Development

5 Qs

Health Professional Shortage Area

Health Professional Shortage Area

12th Grade - Professional Development

10 Qs

React-Day 1

React-Day 1

Professional Development

8 Qs

Kuis QA Berhadiah

Kuis QA Berhadiah

Professional Development

10 Qs

Review Mulmed

Review Mulmed

Professional Development

10 Qs

Hirer's & Guarantor Details and HP Quotation

Hirer's & Guarantor Details and HP Quotation

Professional Development

7 Qs

Virtual Training CFU

Virtual Training CFU

Professional Development

10 Qs

React Inicial

React Inicial

Professional Development

1 Qs

ReactJS-Quiz2

ReactJS-Quiz2

Assessment

Quiz

Other

Professional Development

Medium

Created by

Sirish Goud

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The input of a class-based component is which of the following?

const

let

props

var

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you manage data in React in two different ways?

state & props

props & ref

ref & state

state & let

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which of the following methods does React.js's parent class get referenced?

super()

ref()

self()

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of projects does React.js typically build?

User Interface

database layer

application layer

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By what technique is a React component rendered to the DOM?

MyComponent.render()

ReactComponent.render()

DOM.render()

ReactDOM.render()