Javascript Functions Archives

RECENT

Immediately invoked function expressions (IIFE) in JavaScript

An immediately invoked function expression, or IIFE (pronounced iffy), is a function that is called immediately after...

Javascript Parameters — Passing The Buck

Javascript programmers benefit from encapsulating code into functions: duplication is removed, both readability and maintenance improve, and...

Creating Reusable Behaviors with Javascript Functions

Javascript functions are an important part of the Javascript standard. They allow you to create reusable blocks...