Typescript

Typescript

University

20 Qs

quiz-placeholder

Similar activities

WML & WAP

WML & WAP

University

20 Qs

Lección1 - JavaScript

Lección1 - JavaScript

1st Grade - Professional Development

17 Qs

JavaScript Variables, Data Types, and Operators Quiz

JavaScript Variables, Data Types, and Operators Quiz

University

18 Qs

JavaScript Basics

JavaScript Basics

University

20 Qs

Java_ScriptES

Java_ScriptES

8th Grade - University

15 Qs

Interactivity with JavaScript

Interactivity with JavaScript

University

15 Qs

js basics

js basics

4th Grade - University

18 Qs

Programming II - Introduction

Programming II - Introduction

12th Grade - Professional Development

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?