?? [k?n?str?kt?(r)] ?? [k?n'str?kt?]
n.Constructor
plural: ???
?????? ??? ?? ???
??? ??? ??? ??????
???? ? ??? ????? ??? ?????. ??? ??? ? ??? ??? ?? ??? ?? ??? ?????.
??: ? ??? ??? ?? ??? ?? ??? ?????.
??: ??object.constructor
??: constructor ??? ? ??? ??? ?? ??? ?? ??? ?????.
??: ??
?????? ??? ?? ?
<html> <body> <script type="text/javascript"> var test=new Array(); if (test.constructor==Array) { document.write("This is an Array"); } if (test.constructor==Boolean) { document.write("This is a Boolean"); } if (test.constructor==Date) { document.write("This is a Date"); } if (test.constructor==String) { document.write("This is a String"); } </script> </body> </html>
???? ?? ?
??? ????? ??? "???? ??" ??? ?????