TypeScript & The TypeScript Migration

TypeScript & The TypeScript Migration

5th Grade

6 Qs

quiz-placeholder

Similar activities

Quiz Scratch

Quiz Scratch

1st - 5th Grade

5 Qs

Python Basics

Python Basics

KG - University

10 Qs

Quiz sur les composants de l'ordinateur

Quiz sur les composants de l'ordinateur

5th Grade

11 Qs

Scratch intro & Pen Commands Quiz

Scratch intro & Pen Commands Quiz

1st - 10th Grade

10 Qs

Pictoblox 5

Pictoblox 5

1st - 6th Grade

10 Qs

programación

programación

1st - 6th Grade

11 Qs

Storyboard

Storyboard

5th Grade

10 Qs

Kuis AI dan Machine Learning

Kuis AI dan Machine Learning

1st - 6th Grade

10 Qs

TypeScript & The TypeScript Migration

TypeScript & The TypeScript Migration

Assessment

Quiz

Instructional Technology

5th Grade

Medium

Created by

Huy Quang

Used 25+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

TypeScript là ngôn ngữ thiết kế bởi công ty nào?

Yahoo

Facebook

Microsoft

Google

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Existing JavaScript programs are also valid TypeScript programs?

No

Yes

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

JavaScript features in which stage of TC39 process will be included in latest version of TypeScript?

Stage 0

Stage 1

Stage 2

Stage 3

Stage 4

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which following one are valid types of TypeScript?

string, integer, boolean, float

string, number, boolean, bigint

String, Number, Boolean, Float

String, Integer, Boolean, BigInt

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which statement is correct?

A union type combines multiple types into one & An intersection type is a type formed from two or more other types, representing values that may be any one of those types.

An intersection type combines multiple types into one & A union type is a type formed from two or more other types, representing values that may be any one of those types.

Both are correct.

Both are incorrect.

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How can we declare an Enum type?

enum LOG_LEVEL = { 1 = ERROR, 2 = WARN }

enum LOG_LEVEL { 1 = ERROR, 2 = WARN }

enum LOG_LEVEL = { ERROR = 1, WARN = 2 }

enum LOG_LEVEL { ERROR = 1, WARN = 2 }

Discover more resources for Instructional Technology