Typescript

Typescript

University

20 Qs

quiz-placeholder

Similar activities

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

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

University

20 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

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

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

University

20 Qs

Javascript Basics

Javascript Basics

7th Grade - University

24 Qs

Ch.8 - Introducing Python

Ch.8 - Introducing Python

6th Grade - Professional Development

20 Qs

Basics of programming - Quiz - 01

Basics of programming - Quiz - 01

University - Professional Development

20 Qs

Generics

Generics

University

20 Qs

JDBC

JDBC

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?