Typescript Basics

Typescript Basics

Professional Development

20 Qs

quiz-placeholder

Similar activities

This one takes the biscuit

This one takes the biscuit

Professional Development

20 Qs

Pre-Test Professional Development Quiz

Pre-Test Professional Development Quiz

Professional Development

16 Qs

Turing Game Show

Turing Game Show

Professional Development

20 Qs

Introduction to Nodejs

Introduction to Nodejs

Professional Development

15 Qs

Class 6 Review

Class 6 Review

Professional Development

15 Qs

Inter-Operability Activation Guideline Manual Process

Inter-Operability Activation Guideline Manual Process

Professional Development

19 Qs

Iron Tim

Iron Tim

Professional Development

15 Qs

Typescript Basics

Typescript Basics

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Daniel Adesoji

Used 30+ 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?