My First JavaScript Program
      
      
      
      Hello
      
      
      
      
      If you want to change paragraph click on Button
      
      
      
      
      
      
      JavaScript Posiblities
      
        - innerHTML
- document.write()
- window.alert()
- console.log
      
      
      
      
      
      
      
      
      
      4 Ways to Declare a JavaScript Variables
      
        - var
- let
- const
- using nothing
      
      
      
      
      
      
      JavaScript Arithmetic Operators
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      JavaScript Functions
      
      
      javaScript Objects
      
        In this Function I just Combine Two Strings Firt Name and Last Name into
        Full Name with function =
      
      
      
      javaScript Objects into Table
      Here the object value showing in table
      
      
        
          
            | First Name | Last Name | Age | Eye Color | Full Name |  |  |  |  |  | 
       
      
      JavaScript Events
      OnClick Event in Button
      
      
      JavaSccript Events onmouseover & onmouseout