Books
Learn HTML
Learn CSS
Learn Git
Learn Javascript
Learn PHP
Learn python
Learn Java
Exercises
HTML
JavaScript
Git
CSS
PHP
Courses
Quizzes
Snippets
Tools
General Tools
Image Optimiser
Password Generator
HTML Editor
HTML Encoder
Base 64
Code Diff
JSON Beautifier
CSS Beautifier
Markdown Convertor
Find the Closest Tailwind CSS Color
Phrase encrypt / decrypt
Browser Feature Detection
CSS Maker
CSS Maker
CSS Maker text shadow
CSS Maker Text Rotation
CSS Maker Out Line
CSS Maker RGB Shadow
CSS Maker Transform
CSS Maker Font Face
Color Tools
Color Picker
Colors CMYK
Colors HWB
Colors HSL
Color Hex
Color mixer
Color Converter
Colors RGB
Color Contrast Analyzer
Color Gradient
String Tools
String Length Calculator
String to MD5 Hash Generator
String to Sha256 Hash Generator
String Reverse
URL Encoder
URL Decoder
Base 64 Encoder
Base 64 Decoder
Extra Spaces Remover
String to Lowercase Convertor
String to Uppercase Convertor
String Word Count
Empty Lines Remover
HTML Tags Remover
Convert binary data into hexadecimal representation
Decodes a hexadecimally encoded binary string
Rot13 Transform on a String
String to Binary Converter
Duplicate Lines Remover
CSS Maker
CSS Maker
CSS Maker Text Shadow
CSS Maker Text Rotation
CSS Maker Outline
CSS Maker RGB Shadow
CSS Maker Transform
CSS Maker Font Face
Change theme
Dark
Light
System
Quizzez
HTML Basic
CSS Basic
Javascript Basic
PHP basic
ES6 Basic
TypeScript Basic
Angular Basic
React Basic
Sass Basic
Vue.js Basic
Git Basic
SQL Basic
Quiz TypeScript Basic - What will be output of the following expression?
let a:string=47;
console.log( " Value of a= " +a);
Value of a=47 aaa
Value of a=0 aaa
Value of a= aaa
None of the above aaa
Answer
Your answer is correct
Your answer is incorrect
Start Quiz
Sorry about that
How can we improve it?
Submit
Thanks for your feedback!
Thanks for your feedback!
Do you find this helpful?
Yes
No
Related Questions
Which of the following companies has developed and designed TypeScript?
What is the typing principle of typescript?
Which of the following filenames is the extension for typescript?
Which of the computer programming languages below has influenced the creation of typescript?
All are backported features of TypeScript, except….
The advantages of Typescript are...
What variable scopes are available in TypeScript?
Which of the options below power the interactive TypeScript experience in Visual Studio, Vs Code, Sublime, the TypeScript playground and other editor.
Which of the statements below is true about the variables in Typescript?
A typescript may be installed or managed through…
The different Data Types supported by Typescript are...
Which statements below are true about JSX modes?
What object oriented terms does Typescript support?
Which of the following is a Typescript feature?
..... are the way of organizing a code in TypeScript.
What are considered the types of access modifiers supported by TypeScript?
What does Typescript use for anonymous functions?
By which type below are integers represented?
What will be output of the following expression?
Can alert() be used in TypeScript?