Hi Guest

MobileUser

1 HomePage 1 Jobs 1 WalkIn 1Articles  

Node.JS Books
Special Offer
Laptop Lenovo
GATE Exam

Cat Exam
Start a Blog
Develop Your Skill

Develop Your Skill

SQL Books

Develop Your Skill

 :) Latest Topic
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
 leftlink
 :) Topic of Day
 
 :) Hot Jobs
 :)
 :) Most Searchable
 


 :) Quiz System
Computer Quiz
Science Quiz
Banking Quiz
Sports Quiz
GK Quiz


  

 
Accessing a class of a module from outside is impossible in TypeScript. View:-17412
Question Posted on 29 Jul 2021

Accessing a class of a module from outside is impossible in TypeScript.
Choose the correct option from be....
ADS Posted In : Programming Languages | TypeScript



The value of TypeScript is writing _________. View:-14300
Question Posted on 28 Jul 2021

The value of TypeScript is writing _________.
Choose the correct option from below list
(1)Safer code....
ADS Posted In : Programming Languages | TypeScript


We can rename a .js file to .ts file generally. View:-13799
Question Posted on 27 Jul 2021

We can rename a .js file to .ts file generally.
Choose the correct option from below list
(1)False
ADS Posted In : Programming Languages | TypeScript


TypeScript was made public by __________. View:-13737
Question Posted on 26 Jul 2021

TypeScript was made public by __________.
Choose the correct option from below list
(1)Sun
(2)Ora....
ADS Posted In : Programming Languages | TypeScript


Typescript compiler tsc converts code to _________. View:-14855
Question Posted on 25 Jul 2021

Typescript compiler tsc converts code to _________.
Choose the correct option from below list
(1)Java....
ADS Posted In : Programming Languages | TypeScript


Which keyword is used for Inheritance in TypeScript? View:-8572
Question Posted on 24 Jul 2021

Which keyword is used for Inheritance in TypeScript?
Choose the correct option from below list
(1)ext....
ADS Posted In : Programming Languages | TypeScript


What does " function f(l: number, w: number){} " demonstrate? View:-9836
Question Posted on 23 Jul 2021

What does " function f(l: number, w: number){} " demonstrate?
Choose the correct option from below list <....
ADS Posted In : Programming Languages | TypeScript


The code snippet " if (value && typeof value == "string") {}; is used for ______________. View:-14774
Question Posted on 22 Jul 2021

The code snippet " if (value && typeof value == "string") {}; is used for ______________.
Choose the corr....
ADS Posted In : Programming Languages | TypeScript


What is the form associated with @expression? View:-12162
Question Posted on 22 Jul 2021

What is the form associated with @expression?
Choose the correct option from below list
(1)Constructo....
ADS Posted In : Programming Languages | TypeScript


Annotations can be implemented as __________. View:-17306
Question Posted on 21 Jul 2021

Annotations can be implemented as __________.
Choose the correct option from below list
(1)var length....
ADS Posted In : Programming Languages | TypeScript


The following are ways to declare a variable in TypeScript, except ________. View:-15751
Question Posted on 19 Jul 2021

The following are ways to declare a variable in TypeScript, except ________.
Choose the correct option fr....
ADS Posted In : Programming Languages | TypeScript


A type system is a set of ________. View:-17815
Question Posted on 17 Jul 2021

A type system is a set of ________.
Choose the correct option from below list
(1)Predefined Functions....
ADS Posted In : Programming Languages | TypeScript


Type Annotations allow us to _______. View:-25193
Question Posted on 16 Jul 2021

Type Annotations allow us to _______.
Choose the correct option from below list
(1)Reassign the type ....
ADS Posted In : Programming Languages | TypeScript


Which of the following code snippets is safer? View:-17166
Question Posted on 15 Jul 2021

Which of the following code snippets is safer?
Choose the correct option from below list
(1)function ....
ADS Posted In : Programming Languages | TypeScript


Enum organizes a _______. View:-17430
Question Posted on 14 Jul 2021

Enum organizes a _______.
Choose the correct option from below list
(1)Set of related values
(2)S....
ADS Posted In : Programming Languages | TypeScript


How can we access a class from a module from outside? View:-17950
Question Posted on 13 Jul 2021

How can we access a class from a module from outside?
Choose the correct option from below list
(1)By....
ADS Posted In : Programming Languages | TypeScript


The following types are supported by TypeScript, except ______. View:-17377
Question Posted on 13 Jul 2021

The following types are supported by TypeScript, except ______.
Choose the correct option from below list....
ADS Posted In : Programming Languages | TypeScript


What type of checking does Java programming language use? View:-10519
Question Posted on 12 Jul 2021

What type of checking does Java programming language use?
Choose the correct option from below list
(....
ADS Posted In : Programming Languages | TypeScript


Which of the following demonstrates function overloading, if possible, in TypeScript? View:-10816
Question Posted on 12 Jul 2021

Which of the following demonstrates function overloading, if possible, in TypeScript?
Choose the correct ....
ADS Posted In : Programming Languages | TypeScript


TypeScript provides access to private members through ___________. View:-20217
Question Posted on 11 Jul 2021

TypeScript provides access to private members through ___________.
Choose the correct option from below l....
ADS Posted In : Programming Languages | TypeScript


TypeScript is a __________. View:-14886
Question Posted on 11 Jul 2021

TypeScript is a __________.
Choose the correct option from below list
(1)New version of JavaScript
ADS Posted In : Programming Languages | TypeScript


Code to read JSON object in typescript? View:-7132
Question Posted on 10 Jul 2021

Code to read JSON object in typescript?
We use let keyword of typescript to handle the JSON value and the....
ADS Posted In : Programming Languages | TypeScript


TypeScript is __________. View:-15055
Question Posted on 10 Jul 2021

TypeScript is __________.
Choose the correct option from below list
(1)Procedural
(2)Object Orien....
ADS Posted In : Programming Languages | TypeScript


How can we access a class of module from outside? View:-7927
Question Posted on 09 Jul 2021

How can we access a class of module from outside?
Choose the correct option from below list
(1)By usi....
ADS Posted In : Programming Languages | TypeScript


Type System is a _____________. View:-11041
Question Posted on 09 Jul 2021

Type System is a _____________.
Choose the correct option from below list
(1)Compiler
(2)Set of r....
ADS Posted In : Programming Languages | TypeScript


Dynamic type checking is done at __________. View:-13691
Question Posted on 08 Jul 2021

Dynamic type checking is done at __________.
Choose the correct option from below list
(1)Compilation....
ADS Posted In : Programming Languages | TypeScript


_________ in the command line enables experimental support for decorators. View:-15486
Question Posted on 08 Jul 2021

_________ in the command line enables experimental support for decorators.
Choose the correct option from....
ADS Posted In : Programming Languages | TypeScript


During compilation, TypeScript code gets converted to assembly language. View:-17727
Question Posted on 08 Jul 2021

During compilation, TypeScript code gets converted to assembly language.
Choose the correct option from b....
ADS Posted In : Programming Languages | TypeScript


Which of the following is the right way of defining enum? View:-14825
Question Posted on 07 Jul 2021

Which of the following is the right way of defining enum?
Choose the correct option from below list
(....
ADS Posted In : Programming Languages | TypeScript


What is true about Mixins in TypeScript? View:-11232
Question Posted on 07 Jul 2021

What is true about Mixins in TypeScript?
Choose the correct option from below list
(1)All the options....
ADS Posted In : Programming Languages | TypeScript


The optional parameter can be defined by using "?". View:-15610
Question Posted on 06 Jul 2021

The optional parameter can be defined by using.
Choose the correct option from below list
(1)False
ADS Posted In : Programming Languages | TypeScript


1 2
 
  
 :) Categoriese
 :) Most Visited Questions