Please enable JavaScript to use CodeHS

CodeHS Glossary


Start Function JavaScript

This is the function that is called when you click run.

Each program should have a start function like

function start(){
    // The program code goes here
}