React Quiz

React Quiz

University

10 Qs

quiz-placeholder

Similar activities

Express JS-Part 2

Express JS-Part 2

University

13 Qs

React right here~

React right here~

University

10 Qs

Frontend Web Development with React Session 1

Frontend Web Development with React Session 1

University

5 Qs

Express Js Quiz

Express Js Quiz

University

10 Qs

Node.js

Node.js

KG - Professional Development

8 Qs

Review

Review

University - Professional Development

15 Qs

React-Native Mastermind Challenge

React-Native Mastermind Challenge

University

10 Qs

[FSW] PRE-Test Chapter 8

[FSW] PRE-Test Chapter 8

12th Grade - Professional Development

15 Qs

React Quiz

React Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Onkar Waghmode

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the best definition of React.js

Server-side Framework

A library for building interaction interfaces

A programming languge

None of these

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following command is used to create React.js App ?

npx create-react-app appName

npm install appName

install -i create-react-app

npm -i create-react-app

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the default port number in which react application runs

5000

8090

3000

444

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How many components can be returned in the return method of React ?

2

3

0

1

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following are the ways to handle data in React.js?

State and props

Services and components

State and Services

Components and state

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How can we pass data from obne component to another in React.js?

State

Props

Render with arguments

Cannot pass

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following function is true about changing the state in React.js?

state=("value")

state.set("value")

setState("value")

All of the above

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?