Miêu tả

Nó trả về một tham chiếu tới hàm Number mà tạo prototype của đối tượng đó.

Cú pháp

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

number.constructor()

Giá trị trả về

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

Ví dụ

<html>
   <head>
      <title>JavaScript constructor() Method</title>
   </head>
   
   <body>
      
      <script type="text/javascript">
         var num = new Number( 177.1234 );
         document.write("num.constructor() is : " + num.constructor); 
      </script>
   
   </body>
</html>

Kết quả

num.constructor() is : function Number() { [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