The humble function is the most powerful tool you will learn in any programming language.

function DoStuff () {

}

With it you will learn the basics of encapsulating functionality that you can re-use later in your work.

From it you will learn about objects, classes, inheritance, recursion, events, hooks, etc, etc.

But it all starts, it all originates, from the Humble Function.

 

Want more? Check out my book Code Your Way Up – available as an eBook or Paperback on Amazon (CAN and US).  I’m also the co-host of the Remotely Prepared podcast.

Author

Write A Comment