• ¿Quieres apoyar a nuestro foro haciendo una donación?, entra aquí.

No entiendo string.constructor

clonMakakero

Exiliado
Registrado
2022/10/15
Mensajes
321
Sexo
Flet@
Nuevo en javascript
alguien me explica esto con manzanitas?

The constructor property returns the function that created the String prototype.

For JavaScript strings the constructor returns:

function String() { [native code] }
 
Volver
Arriba