TypeScript - змінні та типи

TypeScript - змінні та типи

8th Grade

11 Qs

quiz-placeholder

Similar activities

Javascript

Javascript

KG - Professional Development

13 Qs

West Orient Online Expectations

West Orient Online Expectations

6th - 8th Grade

10 Qs

Ергономіка у веб-дизайні

Ергономіка у веб-дизайні

8th Grade

11 Qs

Diplo Variables

Diplo Variables

1st - 10th Grade

10 Qs

Хмарні технології ( 8 клас)

Хмарні технології ( 8 клас)

8th Grade

12 Qs

Evaluating Web Resources

Evaluating Web Resources

4th - 12th Grade

10 Qs

The Roblox Quiz

The Roblox Quiz

KG - Professional Development

8 Qs

CAD Basics

CAD Basics

5th - 12th Grade

10 Qs

TypeScript - змінні та типи

TypeScript - змінні та типи

Assessment

Quiz

Computers

8th Grade

Practice Problem

Hard

Created by

Ivan Kornyk

Used 12+ times

FREE Resource

AI

Enhance your content in a minute

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

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

let student = 'John';
Якого типу змінна student?

Boolean

Text

String

Number

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

let student = 5;
Якого типу змінна student?

Boolean

Text

String

Number

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Що з наведеного є правильним записом?

let a = true;

let a = true: bolean;

let a: boolean = true;

let boolan: a = true;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Вкажіть оператор присвоєння:

=

-=

==

===

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Вкажіть, що відноситься до типи Boolean?

false, null

true, undefined

true, false

null, undefined

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Вкажіть оператор, за допомогою якого можна перевірити чи числа рівні?

+==

==+

=

===

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

const count = (a: number, b: number) => { console.log(a + b + 5); }
count(5,10);

Який результат виведе функція count(5,10) ?

5

10

15

20

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?