
TypeScript & The TypeScript Migration
Authored by Huy Quang
Instructional Technology
5th Grade
Used 25+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Microsoft
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 }
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?