Miêu tả

Thuộc tính date constructor trong Javascript trả về một tham chiếu tới một hàm mảng mà tạo prototype của đối tượng.

Cú pháp

Cú pháp của nó như sau:

date.constructor

Trả về giá trị

Trả về hàm mà tạo prototype của đối tượng này.

Ví dụ

Bạn thử ví dụ sau:

<html>
   <head>
      <title>JavaScript Date constructor Property</title>
   </head>
   
   <body>
   
      <script type="text/javascript">
         var dt = new Date();
         document.write("dt.constructor is : " + dt.constructor); 
      </script>
      
   </body>
</html>

Kết quả

dt.constructor is: function Date() { [native code] } 

Các bài học JavaScript khác tại s2sontech:




Bình luận (0)

Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Learning English Everyday