Multiple choice

Which of the following is not a valid string operation?

  1. Substring

  2. Indexing

  3. Concatenate

  4. Length

  5. Join

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Join is not a valid string operation.