API
_Application Programming Interface_, defines how to interact with a particular piece of software.
Array
A list of values.
Callback
A function passed as argument to – and expected to be called by – another function.
DOM
Stands for _Document Object Model_ and is the interface ([**API**](#API)) to access and manipulate an HTML document.
JSON
_JavaScript Object Notation_ is a data format based on (but not equal to) the structure of Javascript Object.
Variable
A name reference to a value.