JS

Arrays in JavaScript - Methods to access individua...

9.

Which of the following methods can be used to access individual characters of a string as if it were an array in JavaScript?

charAt()

slice()

split()

indexOf()