React-Day 1

React-Day 1

Professional Development

8 Qs

quiz-placeholder

Similar activities

EXPRESS JS QUIZ

EXPRESS JS QUIZ

Professional Development

10 Qs

ReactJS Quiz

ReactJS Quiz

Professional Development

10 Qs

Tools for Learning in the Diocese of Oakland

Tools for Learning in the Diocese of Oakland

Professional Development

12 Qs

Sem Quiz - 3

Sem Quiz - 3

Professional Development

11 Qs

TDX21 Quiz

TDX21 Quiz

Professional Development

10 Qs

Intro to MS Teams and Teams Meetings for ASD20

Intro to MS Teams and Teams Meetings for ASD20

Professional Development

13 Qs

React

React

Professional Development

6 Qs

narotu/goku

narotu/goku

KG - Professional Development

11 Qs

React-Day 1

React-Day 1

Assessment

Quiz

Other

Professional Development

Easy

Created by

Suja Raj

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following command is used to create react-js-app ?

npx create-react-app appname


npm install create-react-app

npx install create-react-app -g

npx install l create-react-app

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In React.js which one of the following is used to create a class for Inheritance ?

class

extends

inherits

delete

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default port number in which the application run ?

4200

3000

8100

3002

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following valid component return type of React ?

2

3

1

5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true regarding Babel ?

Compiler

Transpiler

Both

None of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following method is true about referring parent class in React.js ?

inherits

Super

this

Self

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to render components in web pages ?


DOM render()

Render()

React.DOM

transfer()

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best definition of React.js ?

Server-Side Framework

Client-Side Framework

A Library for building interactive interfaces

None of these