A JS function is defined with
The function keyword
In older browsers (prior to 2015), variables must be declared with
var
Symbol used to concatenate
+
Function called when move the mouse on the canvas without pressing the mouse down,
onMouseMove
This holiday is celebrated on the 3rd Monday in January
What is MLK Jr Day
A variable assigned a value is
numeric value
Increment or decrement operator placed after the variable
postfix operator
Increment or decrement operator placed before the variable are called
prefix operator
This function is called if the mouse is pressed and held
onMouseDrag
MLK's most famous speech
"I Have a Dream Speech"
Variable declaration that can't be changed through reassignment
const
Operator that produces the remainder of a division operation
Modulus Operator %
JavasScript has _____ types
dynamic
The code that is indented after the "if" is called
body
The famous award that MLK Jr won in 1964
What is the Nobel Peace Prize
Computer languages that are run and interpreted by the user's browser
Client side
JavaScript can be placed in . . .
The head, the body and an external file
Variable declaration keywords added to JavaScript 2015.
let const
Mandatory to define blocks of code in Python
indent
Martin Luther King Jr preached this type of protesting
What is nonviolent
Name three programs and operations that run on the server
PHP, Node. js, Java, Ruby, Perl, and Python
The user's visible area of a web page
viewport
Variables are _______ for storing data or information
containers
Once function is defined it can be called or invoked.
name (arg1, arg2);
The Civil Rights movement was inspired by this man from India
Who is Gandhi