Glossary

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) 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.

Last updated