Friday, May 12, 2017

What are the Possibilities of JavaScript ?

  • Writing into the HTML output using document.write().
  • Writing into an alert box, using window.alert().
  • Writing into an HTML element, using innerHTML.
  • Writing into the browser console, using console.log().

No comments:

Post a Comment