Tag: web development tutorial

  • JavaScript Tutorial: Curried Functions

    Function currying in JavaScript. Also be sure to check out my latest course on Udemy and use this link to get the course for a cheapter price: http://bit.ly/1XJvXJz In this video we are going to look at a basic example of function currying in JavaScript. The main idea behind curried functions is that the arguments…

  • JavaScript Tutorial: Unit Testing with Tape pt1

    Testing JavaScript with Tape. Also be sure to check out my latest course on Udemy and use this link to get the course 50% off: http://bit.ly/1SWkFxM Tape is a very simple tool that makes unit testing very simple. In this video we are going to learn how to set up tape and write a basic…