Menu Bar

JS: Functions and Objects

Chapter:8 Function: Write a simple function to display your name in bold and blue color
                   1. Function syntax
                   2. Function keyword
                   3. Function parameters
                   4. Function Invoke/calls
                   5. Function returns
                   6. Local variables and global variables


Code:
         


Output:
            
            
            





Chapter:9 Objects: Take computer as object and display all its properties
                    1. Declare and definition
                    2. Properties and use of properties
                    3. Object methods
                    4. This
                    5. Date: Display date in 5 different formats
                             a. Date()
                             b. Date Methods to get the date
                   6. Math


Code:
          

Output:
            
Code:
         
         
        
Output:
            
            
Code:
         
         

Output: