Instead of a callback as a variable, methods could support chaining through promises. Common syntax used in jQuery looks something like this: ``` cell.set( data ).then( callback ); ```