Functions in any programming language are almost as important as having variables. So that should go without saying that functions are hugely important to understand and to use in the JavaScript language. Functions are what allow us to re-use code, and organize the functionality of our programs into neat little packages. That's really ...

The post EP31 – Functions in JavaScript appeared first on Coders Campus.