constructor
<script type="text/javascript"> var texto = new String('minha string'); window.onload = function() {alert(texto.constructor)}; <script>
Arquivos exemplo: « anterior | próximo »