JS

Arrays in JavaScript - Strings as array access ind...

10.

Can you access individual characters of a string as if it were an array in JavaScript?

Yes

No

Only if the string is converted into an array

Only if the string is enclosed in square brackets []