Typescript Basics

Typescript Basics

Professional Development

20 Qs

quiz-placeholder

Similar activities

DOCUMENT-INFORMATION SECURITY

DOCUMENT-INFORMATION SECURITY

Professional Development

20 Qs

Noom | Day 3 - Enrollment

Noom | Day 3 - Enrollment

Professional Development

16 Qs

Q3 incentive Quiz

Q3 incentive Quiz

Professional Development

20 Qs

Technical Quiz Round 1

Technical Quiz Round 1

Professional Development

20 Qs

Renewable Energy

Renewable Energy

Professional Development

21 Qs

Ultimate office trivia quiz

Ultimate office trivia quiz

KG - Professional Development

25 Qs

Project Procurement Management

Project Procurement Management

Professional Development

20 Qs

Typescript Basics

Typescript Basics

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Daniel Adesoji

Used 33+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?