REACT

REACT

Professional Development

10 Qs

quiz-placeholder

Similar activities

Aprendendo "CSS"

Aprendendo "CSS"

Professional Development

10 Qs

PP3 - Business Impact Analysis

PP3 - Business Impact Analysis

Professional Development

13 Qs

Pretes Kamad 2020

Pretes Kamad 2020

Professional Development

8 Qs

CSS basics

CSS basics

Professional Development

15 Qs

REACT

REACT

Professional Development

10 Qs

REACT 2

REACT 2

Professional Development

10 Qs

Ch 11  hub audit internal dan external

Ch 11 hub audit internal dan external

KG - Professional Development

15 Qs

Ch-5 metode audit operasional

Ch-5 metode audit operasional

1st Grade - Professional Development

12 Qs

REACT

REACT

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Shital Madake

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

One can define default values for properties, props, using which of the following method?
getDefaultProps
getPropsValue
getInitialState

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Life cycle methods of a components fall under following categories?
Mounting, Unmounting
Mounting, Updating
Mounting, Updating, Unmounting

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following API is a MUST for every ReactJS component?
getInitialState
render
renderComponent
None of the above

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which method is not part of ReactDOM?
ReactDOM.destroy()
ReactDOM.hydrate()
ReactDOM.createPortal()
ReactDOM.findDOMNode()

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following API is a MUST for every ReactJS component?
getInitialState
render
renderComponent
None of the above

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

At the highest level, React components have lifecycle events that fall into
Initialization
State/Property Updates
Destruction
All of these

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What happens when the following render() method executes?<br /><br /> render(){<br /> let langs = ["Ruby","ES6","Scala"]<br /> return (<div><br /> {langs.map(it => <p>{it}</p>)}<br /> </div>)<br /> }<br />
Displays the list of languages in the array
Error. Cannot use direct JavaScript code in JSX
Displays nothing
Error. Should be replaced with a for..loop for correct output

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?