Typescript

Typescript

University

20 Qs

quiz-placeholder

Similar activities

การเขียนโปรแกรมด้วย Python

การเขียนโปรแกรมด้วย Python

University

20 Qs

Python Variables

Python Variables

University

15 Qs

Java_ScriptES

Java_ScriptES

8th Grade - University

15 Qs

Python MCQ

Python MCQ

University

20 Qs

JavaScript Variables, Data Types, and Operators Quiz

JavaScript Variables, Data Types, and Operators Quiz

University

18 Qs

Python

Python

University

15 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade - University

20 Qs

การเขียนโปรแกรมด้วย Python

การเขียนโปรแกรมด้วย Python

University

20 Qs

Typescript

Typescript

Assessment

Quiz

Computers

University

Medium

Created by

Vũ Anh Tú [Tuva9] [GV] [FE FPL HN]

Used 14+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are the three main 'simple types' in TypeScript?
Array, Object, Boolean
Boolean, Number, String
Object, String, Number
Object, Array, String

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What type of assignment is this variable, `const fullName: string = 'Dylan Israel';`?
Explicit
Implicit

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

True or False: TypeScript can always correctly infer a variables type.
True
False

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You can disable implicit variable type assignment by enabling the compiler option:
noImplicitAny
noAutoType
Implicit = FALSE
autoTypeAssignment = FALSE

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

TypeScript is a ?
Strongly typed
Object oriented
Compiled language
All of the above

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Who developed TypeScript language?
Apple
IBM
Microsoft
Google

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You can enable 'undefined' and 'null' types to be accounted for by enabling the compiler property:
noAutoType
noFalseyInits
strictChecksRequired
strictNullChecks

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?