JavaScript Functions

Every JavaScript application uses functions. In this blog post we’ll go over the basics of functions and arrow functions, providing default parameters to functions, passing named parameters to functions, and using the rest parameters in functions… Read more

Similar

A light timed async queue for JavaScript

Some of the most used projects I’ve built have been things I wrote for myself, and some of the best pieces of code I’ve used have the same origin. So when I look for something to fill a need and I’m unable to find it, I try and put it back out there when ... (more…)

Read more »