Search Header Logo

Typescript Basics

Authored by Daniel Adesoji

Professional Development

Professional Development

Used 34+ times

Typescript Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you describe Typescript as a programming language?

Strongly Typed

Weakly Typed

Dynamically Typed

Statistically Typed

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file extension is commonly used for TypeScript files?

.js

.tx

.ts

.tys

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

TypeScript code is ultimately compiled into which language?

C++

Java

Python

JavaScript

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command correctly represents build/compiling Typescript to JavaScript

build

tsc

node tsc

build tsc

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

const student = 'Usman';

The implicit type here is a?

Number

String

Boolean

Object

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly define an explicit type?

let a = true

let a: boolean = true

let a = true:bolean

let boolan: a = true

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

At what time does checks in Typescripts occur?

Run time

Compile time

Code time

Dev Time

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Professional Development