React 101

React 101

Professional Development

10 Qs

quiz-placeholder

Similar activities

Informática Básica Hardwares

Informática Básica Hardwares

Professional Development

12 Qs

Google Meet

Google Meet

Professional Development

10 Qs

DECI - Week 15 - round

DECI - Week 15 - round

Professional Development

14 Qs

Computer gameing

Computer gameing

Professional Development

10 Qs

DÖGM ''eSafety Label Webinarı''

DÖGM ''eSafety Label Webinarı''

Professional Development

10 Qs

google drive

google drive

Professional Development

13 Qs

LAS CLASES CON DISPOSITIVOS MOVILES

LAS CLASES CON DISPOSITIVOS MOVILES

Professional Development

10 Qs

Seberapa Paham Anda akan Aplikasi Smartphone ?

Seberapa Paham Anda akan Aplikasi Smartphone ?

Professional Development

10 Qs

React 101

React 101

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Çetin Taşkıngenç

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

myReactApp isimli bir React projesi başlatmak için kullandığımız komut nedir ?

npm create-react-app

npx create-react-app

npx create-react-app myReactApp

npm create-react-app myReactApp

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Bu komutta myReactApp neyi temsil ediyor?

app-create in tipi

Yeni uygulamanız için kullanmak istediğiniz isim

Var olan bir uygulamaya referans

Yeni uygulamanın yaratılacağı dosya isimi

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

React uygulamamızı local ortamınızda başlatmak için kullandığınız komut nedir?

npm go

npm start

npm build

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

React uygulamanızı production'a koymak ve en performanslı hale getirmek için kullandığınız komut nedir?

npm prep

npm start

npm run build

npm test

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

React uygulamalarının default portu nedir?

3000

4000

2000

6000

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Bu kod hangi elementi döndürür?

function Car() {

  return <h1>Ford Mustang</h1>;

}

const root = createRoot(document.getElementById('root'));

root.render(<Car />);

div

h1

Component

ReactDOM

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

JavaScript'de constant değişken yapmak için hangi anahtar kelimeyi kullanırız ?

var

constant

const

let

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?