Please enable JavaScript to use CodeHS

Tech Apps Glossary

Flashcards

Course:

Module:

Lesson:

Search:

Define a Function JavaScript

Defining a function means to teach the computer a new command and explain what it should do when receiving that command.

Define a Function

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 General

A block of reusable code that is used to perform a task.