11.typescript - Completed-Completed
11.typescript - Completed-Completed
Implements**
Extends --
Namaespace
False
True**
variables
method
all of these
super
base
extends**
implements
Assembly Language
JavaScript**
AngularJS
Machine Language
A JavaScript file cannot be renamed to a TypeScript file
True
False
False
True**
TypeScript is a__
Compiler
Super-set of JavaScript**
Dynamic Type**
Static Type
Rules**
Data
Predefined Functions
Variables
None of these
Compilation time
Run time
True
False
Constructors
Module initialisation
Decorators
var 2
var localLength=13
var 10231
var NumberOfDNA=10231
var DNA:string
enum Enum {}
var f = 0;
var a = function (n1: number, n3?: number) : number{}
Namespace
Modules
Both
Meta-programming syntax
Annotation
any---
boolean
None of these
Enum organises _.
Set of related values
TypeScript is a .
Super-set of JavaScript
Compiler
True
False
True
Dynamic type
None of these
Different types
integer
enum
boolean
finally block
defines
implements
extends
By using "export"
at most three
Multiple
By using "implements"
By using "export"
The code snippet " if (value && typeof value == "string") {}; is used for .
Inheritance add-on
Parameterising
Overriding
Overloading
"experimentalDecorators": true
"compilerOptions": {}
Run time
Compilation time
Contextual typing in TypeScript is a form of ___.
Type Inference
Type Checking
Inheritence..
All of these
20/25
TypeScript is____
Object oriented
" var jarvis = function (x: number, y?: number): number {} " showcases
Both
Para – wrong