This document describes standard array methods and their equivalent observable methods. The standard methods pop, push, reverse, shift, and unshift have equivalent observable methods popObject, pushObject, reverseObjects, shiftObject, and unshiftObject respectively.