Practice Category

JavaScript String Practice Exercises

Text manipulation, methods, and formatting

Track your progress

Log in to track your completion and save your code.

Log in / Sign up
Practise with purpose

Get comfortable transforming real text

Practise the string operations used to clean input, format messages, extract text, and prepare values for comparisons. These exercises move from indexing and length checks into useful JavaScript string methods and formatting decisions.

Exercises
29
Difficulty
Beginner to Hard
Good to know first
Know how to declare variables and recognise a JavaScript string value.
Start with String Positions

Challenges

Up Next

String Positions

Continue Learning