Also called an array. A data structure that holds a collection of values in a particular order
Also called a list. A data structure that holds a collection of values in a particular order
Documentation for the syntax and objects in Javascript that we use on CodeHS.
A coordinate system uses numbers as coordinates to place objects in a geometric space.
Showing several still images one after another very quickly, to give the illusion of animated movement.
A function passed as a parameter to another function in order to be called later.
A number in your code that appears arbitrary. These should all be replaced with calculations or constants.
Don't repeat yourself: try to simplify your code and avoid repeating code unnecessarily.
An edge case is a problem in your code that only occurs in extreme situations.
A variable that can be used throughout a program, in every scope
JavaScript function that returns the width of the graphics canvas
JavaScript function that returns the height of the graphics canvas
The length between the center and edge of a circle
An event is an action (such as clicking the mouse or pressing a key on the keyboard) that a program detects and uses as input.
Defining a function means to teach the computer a new command and explain what it should do when receiving that command.
Calling a function actually gives the command, so the computer will run the code for that function.
The value returned from a function when the function is called.
A animated model that represents a real-life thing, process, or situation.
A set of rules for how things interact within a simulation.