'constructor' Syntax and Note : constructor « Javascript Properties « JavaScript Reference

'constructor' Syntax and Note

Note:

Read-only property. 
returns the same string as the toSource() method.
    
Syntax:
    
objectName.constructor 

    

      
      








Related examples in the same category

1.'constructor' Example
2.'constructor' is applied to