TypeScript & The TypeScript Migration

TypeScript & The TypeScript Migration

5th Grade

6 Qs

quiz-placeholder

Similar activities

Scratch

Scratch

5th - 7th Grade

4 Qs

5th - Electricity concepts

5th - Electricity concepts

5th Grade

10 Qs

Adobe Photoshop Quiz

Adobe Photoshop Quiz

KG - University

5 Qs

Scratch เบื้องต้น ม.1

Scratch เบื้องต้น ม.1

1st - 5th Grade

10 Qs

TMK TAHUN 6

TMK TAHUN 6

5th - 7th Grade

11 Qs

Robotics/Coding Pop Quiz

Robotics/Coding Pop Quiz

4th Grade - Professional Development

10 Qs

Hari 3 - Kuis Coding dan Perkenalan AI

Hari 3 - Kuis Coding dan Perkenalan AI

KG - Professional Development

10 Qs

Coding Week 1

Coding Week 1

3rd - 5th Grade

11 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