ReactJS OVerview Unit 11-18

ReactJS OVerview Unit 11-18

Professional Development

50 Qs

quiz-placeholder

Similar activities

COMPUTER SYSTEM ORGANIZATION

COMPUTER SYSTEM ORGANIZATION

Professional Development

50 Qs

Hackathon Behavioral and Technical Questions

Hackathon Behavioral and Technical Questions

Professional Development

45 Qs

Project Management Quiz

Project Management Quiz

Professional Development

47 Qs

UAS Pemrograman JavaScript

UAS Pemrograman JavaScript

Professional Development

50 Qs

PPPK-TEKNIS TIK 2

PPPK-TEKNIS TIK 2

Professional Development

46 Qs

CompTIA N+ N10 009 (Q1-Q51)

CompTIA N+ N10 009 (Q1-Q51)

Professional Development

50 Qs

50 question

50 question

Professional Development

50 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?