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
Allows for the reading of user input when a string is used. For example, the code below: var name = readLine("What is your name?); println("Hello " + name); If the user types, Kim as their name, the program will print out Hello Kim