Assign any variable name a value of "Hello World", and print that variable's contents to the console.?

Submitted by: Muhammad
var t = "Hello World";
console.log(t);
Submitted by: Muhammad

Read Online User Interface Expert Job Interview Questions And Answers