Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
Hello + "world";
Hello.concat("world");
Both A and B
None of the above
Number
String
Object
Boolean
Null
Undefined
Function
Method
Action
var myNum = 42;
let myNum = 3.14;
const myNum = -99;
All of the above
str1 .concat(str2)
str1 + str2
str1 - str2
str1 * str2
const MY_CONST = "Hello";
const myConst = "World";
var myConst = "JavaScript";
let myConst = "Programming";
var myBool = true;
let myBool = false;
const myBool = true;
Bool
Bit
Flag