The JavaScript code includes the console.log(“http://somethingNew.org”); command. Its execution will:

Questions BankCategory: JavaScript Essentials 1The JavaScript code includes the console.log(“http://somethingNew.org”); command. Its execution will:
The JavaScript code includes the console.log("http://somethingNew.org"); command. Its execution will:

  • send a log with information about the currently executed script to the indicated address http://somethingNew.org.
  • display on the console information about the progress of the http://somethingNew.org page loading.
  • display the following message on the console: "http://somethingNew.org".
  • cause the page http://test.org to be loaded into the browser.

More Questions: JavaScript Essentials 1 – JSE1: Final Test