Typescript Basics

Typescript Basics

Professional Development

20 Qs

quiz-placeholder

Similar activities

Quiz BAB 4-5 CC-43

Quiz BAB 4-5 CC-43

Professional Development

15 Qs

Basic JavaScript

Basic JavaScript

Professional Development

15 Qs

Backend

Backend

Professional Development

20 Qs

HTML, CSS, JS Quiz

HTML, CSS, JS Quiz

Professional Development

20 Qs

#100 Devs - LwL - class 15

#100 Devs - LwL - class 15

10th Grade - Professional Development

25 Qs

  Cert Magento Frontend AD0-E710 - Javascript - Part 1

Cert Magento Frontend AD0-E710 - Javascript - Part 1

Professional Development

15 Qs

Ocean Energy - Internal 1

Ocean Energy - Internal 1

Professional Development

15 Qs

Mastering JavaScript Fundamentals

Mastering JavaScript Fundamentals

Professional Development

19 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?