Typescript Basics

Typescript Basics

Professional Development

20 Qs

quiz-placeholder

Similar activities

arrays2

arrays2

Professional Development

19 Qs

Two port networks-Module 5

Two port networks-Module 5

Professional Development

19 Qs

Backend

Backend

Professional Development

20 Qs

Technical Quiz Round 1

Technical Quiz Round 1

Professional Development

20 Qs

HTML, CSS, JS Quiz

HTML, CSS, JS Quiz

Professional Development

20 Qs

Day 5 - Callbacks and Promises

Day 5 - Callbacks and Promises

Professional Development

20 Qs

Typescript: Nestjs

Typescript: Nestjs

Professional Development

15 Qs

Day 3 - Dom Manipulation

Day 3 - Dom Manipulation

Professional Development

20 Qs

Typescript Basics

Typescript Basics

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Daniel Adesoji

Used 29+ times

FREE Resource

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

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?