Answers

Question and Answer:

  Home  UI Developer

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

var t = "Hello World";

console.log(t);

 160 views

More Questions for you: