Thursday, May 18, 2017

JS - 2

Introduction to JS

   

JavaScript is the programming language of HTML and the Web.
  • How to Display an Element in JS
    • document.getElementById("demo").innerHTML = "Hello JavaScript";
    • document.write="Hello JavaScript";
    • window.alert="Hello JavaScript";
      • It Will Display in a Alert Window
    • console.write="Hello JavaScript";
      • It Will Display In Console Window

1 comment:

My First Day with Uki DN Cohort 1

 "Hello WORLD!"