Explore what CodeHS has to offer for districts, schools, and teachers.
Click on one of our programs below to get started coding in the sandbox!
View All
`substring(1, 6)` extracts `"aunch"` (from index 1 to 5), and `"LaunchCode".length()` is 10. So, the output is `aunch10`