<script> function person(){ this.sex=""; this.name=""; }; var persona=new person(); alert(persona.constructor) </script>