Please enable JavaScript to use CodeHS

CodeHS Glossary


Function body JavaScript

The part of a function that contains the commands function start() { move(); //this is the function body }