November 2019
-
Understanding Javascript Object References
November 12, 2019Today 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:...