Tag: Anonymous functions

  • Function Declarations VS Function Expressions in JavaScript

    JavaScript provides 2 methods for defining a function: the function declaration and the function expression. In this video we examine the difference, which includes hoisting and the emphasis on first class functions. We also take a look at when you might want to use a named function expression as opposed to an anonymous function expression.…

  • Node.js – Tutorial – JavaScript Modules & Anonymous Functions

    Part of a complete node.js series, including the usage of Express.js and much more! When working with node.js we’re using the concept of modules and anonymous functions a lot. Here are the basics! Complete source code: https://github.com/mschwarzmueller/nodejs-basics-tutorial Want to get some 1-on-1 coaching with experienced developers? Have a look at Savvy: https://www.savvy.is/?ref=9fee2b (Discount Code 9fee2b)…