ReactJS OVerview Unit 11-18

ReactJS OVerview Unit 11-18

Professional Development

50 Qs

quiz-placeholder

Similar activities

Databricks Data Engineer Associate Certification

Databricks Data Engineer Associate Certification

Professional Development

45 Qs

Google Workspace ( Gmail, Calendar, Drive, Docs )

Google Workspace ( Gmail, Calendar, Drive, Docs )

Professional Development

54 Qs

Google Cloud Associate Engineer Quiz - Part 1

Google Cloud Associate Engineer Quiz - Part 1

Professional Development

50 Qs

Linux - Up to Disk Partition (Assesment)

Linux - Up to Disk Partition (Assesment)

Professional Development

53 Qs

Quiz on SSH, NFS, and SMB

Quiz on SSH, NFS, and SMB

Professional Development

51 Qs

PowerBI - Part I

PowerBI - Part I

Professional Development

51 Qs

Enterprise

Enterprise

Professional Development

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