Propriedades da string em JavaScript

let string = ""

//properties
string.length
string.prototype
elcharitas