React 101

React 101

Professional Development

10 Qs

quiz-placeholder

Similar activities

react-native basics

react-native basics

Professional Development

15 Qs

HERData

HERData

Professional Development

10 Qs

PythonTest

PythonTest

6th Grade - Professional Development

11 Qs

React Basics - Quiz I

React Basics - Quiz I

Professional Development

15 Qs

Git Komutlar ve Detaylar

Git Komutlar ve Detaylar

Professional Development

10 Qs

Examen Parcial Teorico - Desarrollo móvil

Examen Parcial Teorico - Desarrollo móvil

Professional Development

10 Qs

tubitak-quiz-1

tubitak-quiz-1

Professional Development

12 Qs

Repaso Programación con React

Repaso Programación con React

Professional Development

8 Qs

React 101

React 101

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Çetin Taşkıngenç

Used 10+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?