Miêu tả

Phương thức Boolean constructor() trong JavaScript trả về một tham chiếu tới hàm Boolean mà tạo prototype của instance.

Cú pháp

Sử dụng cú pháp sau để tạo một phương thức Boolean constructor().

boolean.constructor()

Trả về giá trị

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

Ví dụ

Bạn thử ví dụ sau:

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

Kết quả

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