ReactJS OVerview Unit 11-18

ReactJS OVerview Unit 11-18

Professional Development

50 Qs

quiz-placeholder

Similar activities

Python Final Assessment

Python Final Assessment

Professional Development

51 Qs

Google Cloud Associate Engineer Quiz - Part 1

Google Cloud Associate Engineer Quiz - Part 1

Professional Development

50 Qs

Power BI Review

Power BI Review

Professional Development

50 Qs

50 question

50 question

Professional Development

50 Qs

COMPUTER SYSTEM ORGANIZATION

COMPUTER SYSTEM ORGANIZATION

Professional Development

50 Qs

Linux - Up to Disk Partition

Linux - Up to Disk Partition

Professional Development

50 Qs

mod 8

mod 8

Professional Development

53 Qs

Probing Questions on ICT

Probing Questions on ICT

Professional Development

53 Qs

ReactJS OVerview Unit 11-18

ReactJS OVerview Unit 11-18

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Hiếu Nguyễn

Used 4+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is true regarding Babel ? (2 correct answers)

A compiler 

A transpiler 

A framework

A programming language

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What "_____case" does React DOM use for naming attributes and properties?

Camel (camelCase) 

Pascal (PascalCase) 

Snake (snake_case) 

Kebab (kebab-case) 

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are the smallest building blocks of React apps

Components

Functions

Elements

JSX

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A component name must start with ________.

a lowercase letter

a capital letter

a number

everything

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which component lifecycle method runs after the component output has been rendered to the DOM?

componentMounted() 

componentRendered() 

componentDidMount() 

componentDidRender() 

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which component lifecycle method is used to perform the cleanup when the component is removed from the DOM? 

componentUnmounted() 

componentWillUnmount() 

componentDidUnmount() 

None of the above

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

State of a component is often called ___ data? 

public

protected

private

local or encapsulated 

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?