Please enable JavaScript to use CodeHS

UT Computer Programming 1 Glossary

Flashcards

Course:

Module:

Lesson:

Search:

Call a Function JavaScript

Calling a function actually gives the command, so the computer will run the code for that function.

Call a Function

Function body JavaScript

The part of a function that contains the commands

function body

Function Python

A function is like a command that you get to invent and name. It allows us to break our program into smaller parts, making the program easier to understand.