Conventions

In order to improve the readability of this document, the following conventions apply:

Normal text uses the Open Sans font. Names of buttons, checkboxes, etc. are written in italics.

Examples from the code are formatted as follows:

var add2 = function(number) {return number + 2;}