November 2019

  1. November 12, 2019

    Today I was in a class learning about Kinvey and my instructor was stuck on a problem in a node.js app he was working on. He wanted to use map on an array of rows but pass an additional parameter to the callback. I knew that one way to handle that was with bind like this:...