Mode:
Duration:
1
Coding works best on desktop or with an external keyboard.
Coding works best on desktop or with an external keyboard.
A simple CodeHS program where Karel the Dog writes 'Hello World' using a say command.
function start() {
say("Hello World");
}CodeHS is an online learning platform that teaches computer science and programming through interactive lessons, coding exercises, and projects. It supports multiple programming languages and provides a classroom management system for educators.
Origin & Creator
CodeHS was created by Jeremy Keeshin, Zach Galant, and a team of educators to provide an accessible online computer science curriculum for students and teachers.
Industrial Note
Primarily used in K-12 education and introductory CS courses. Rarely used for professional software development or large-scale industrial projects.