click below
click below
Normal Size Small Size show me how
js terminology
Javascript terminology
| Question | Answer |
|---|---|
| An array | a data structure to represent a list of items |
| function | a set of statements that performs a task or calculates a value |
| parameter | a variable that is used within a function statement and only accessible by that function |
| arguement | input value for the parameter of a function |
| objects | collections of key-value pairs |
| Purpose of object | group related variables |