Please enable JavaScript to use CodeHS

Tennessee Coding I Glossary

Flashcards

Course:

Module:

Lesson:

Search:

Variable General

A symbol or container that holds a value.

variable

Scope General

In what part of the program the variable exits

Scope

Global variable JavaScript

A variable that can be used throughout a program, in every scope

Global variable

Local variable General

A variable that is restricted to use in a certain scope of a program

Local variable

Parameter JavaScript

A variable passed in from outside the function

parameter