The keyword that begins any function definition.
function
The number of parameters in theFunction(a,b).
2
return
A variable that can be used anywhere.
Global variable
A number system with sixteen possible digits.
Hexadecimal
A term for using a function in your code.
calling
A value that substitutes a parameter.
argument
The returned data type of 2 + 4.2.
float
The two general types of scope
Global and local
Using multiple computers to complete different tasks.
Parallel computing
The number of parameters that Math.sqrt() uses
1
The returned data type of x == 1.
Most local
let x = 1;
for(let i =0; i < 5;i++){
x = x* i;
}print(x);
24
Code that belongs to a function goes between these symbols
Curly brackets { }
Parameters always have this scope
Local
The amount of things that can be returned at once
1
The iterating variable of a for-loop, defined in the initializer, has this scope.
Local
The binary equivalent to 1010.
10102
You can, but shouldn't define this in start().
A function
27
If you try to use a variable out of its scope, this kind of error will occur.
Runtime
There's a clear difference between those who can use the Internet and those who can't.
Digital divide