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
Initializing a variable is giving it an initial value. For example: ``` var num = 0; // num has been initialized to hold the initial value 0 ```