Typescript

Typescript

University

20 Qs

quiz-placeholder

Similar activities

Review JavaScript

Review JavaScript

11th Grade - University

20 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

DATABASE

DATABASE

University

20 Qs

PHP Quiz 1

PHP Quiz 1

University

20 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Java Programming

Java Programming

University

20 Qs

JDBC

JDBC

University

20 Qs

JavaScript

JavaScript

University

15 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?