6
string.charAt (x) ou string [x]?
Existe algum motivo para eu usar em string.charAt(x)vez da notação de colchete string[x]?
246
javascript
string