Skip to main content
Code Cinema
JavaScript

Call methods on a string. Watch it transform live.

let s = "hello world"; s.toUpperCase(); s.slice(0, 5); s.replace("world", "JS");
Click here and start typing...
String transformations — live
Type the first line to declare the string...