Friday , September 20 2024

Using JavaScript, we want to display the word “test” in the console. What statement do we use to do this?

Questions BankCategory: JavaScript Essentials 1Using JavaScript, we want to display the word “test” in the console. What statement do we use to do this?
Using JavaScript, we want to display the word “test” in the console. What statement do we use to do this?

  • console (log, “test”);
  • log(“test”);
  • console(“test”);
  • console.log(“test”);

More Questions: JavaScript Essentials 1 – JSE1: Module 1 Test