ReactJS Online Test

ReactJS Online Test

Professional Development

25 Qs

quiz-placeholder

Similar activities

ข้อสอบปลายภาควิชาวิทยาการคำนวณ ม.3

ข้อสอบปลายภาควิชาวิทยาการคำนวณ ม.3

Professional Development

20 Qs

GIS331_UE2Review_Quiz

GIS331_UE2Review_Quiz

Professional Development

20 Qs

WEEK 5 REVIEW - Operating Tools

WEEK 5 REVIEW - Operating Tools

Professional Development

20 Qs

WEB 5 - POO

WEB 5 - POO

Professional Development

20 Qs

Chapter1

Chapter1

Professional Development

20 Qs

Networking Fundamentals - Quiz - Winter 2024

Networking Fundamentals - Quiz - Winter 2024

Professional Development

20 Qs

Aprendamos de Power Platform

Aprendamos de Power Platform

Professional Development

20 Qs

Conceitos básicos de Montagem de Configuração - Nível Fácil

Conceitos básicos de Montagem de Configuração - Nível Fácil

Professional Development

20 Qs

ReactJS Online Test

ReactJS Online Test

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Purnama Anaking

Used 30+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct command to create a new React project?

npx create-react-app myReactApp  

npm create-react-app

npx create-react-app

npm create-react-app myReactApp

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does myReactApp refer to in the following command?

"npx create-react-app myReactApp"

A reference to an existing app

The name you want to use for the new app  

The directory to create the new app in

The type of app to create

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to start the React local development server?

npm serve

npm run dev

npm start  

npm build

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default local host port that a React development server uses?

8080

5000

3000

3500

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To develop and run React code, Node.js is required.

True  

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What type of element will be rendered from the following code?

div

Component

ReactDom

h1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the children prop?

A property that lets you nest components in other components  

A property that adds child values to state

A property that lets you set an object as a property

A property that lets you pass data to child components

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?