Please enable JavaScript to use CodeHS

Chapter 4

Iteration

4.3 Developing Algorithms Using Strings

Traversing a String

Determining Properties of a Substring

Reverse String

Replace Characters

Check Your Understanding

  1. Incorrect Correct No Answer was selected Invalid Answer

Exercise: Password Checker

Vocabulary

Term Definition
charAt(int index) charAt(int index) returns the character at the specified index.