Skip to content

Instantly share code, notes, and snippets.

View MichaelArnoldOwens's full-sized avatar

Michael Owens MichaelArnoldOwens

View GitHub Profile

Keybase proof

I hereby claim:

  • I am michaelarnoldowens on github.
  • I am michaelo (https://keybase.io/michaelo) on keybase.
  • I have a public key ASBcMZ-HAFNqZE3lwl7T0sY-biQyzmenN-LEAL_4Ww9NLgo

To claim this, I am signing this object:

my_sheet.getRows(3, function(err,allSlots){
console.log(‘test’);
console.log(‘pulled ‘ + allSlots.length + ‘ rows’);
console.log(allSlots[0]);
console.log(allSlots[1]);
var title = _.each(allSlots,function(num){return num});
}