Zend certified PHP/Magento developer

When to Use a Function Expression vs. Function Declaration


Function Expressions vs Function Declaration

There are two ways to create functions in JavaScript: function expressions and function declarations. In this article, we will discuss when to use function expressions vs. function declarations, and explain the differences between them. Function declarations have been used for a long time, but function expressions have been gradually taking over. Many developers aren’t sure […]

Continue reading
When to Use a Function Expression vs. Function Declaration
on SitePoint.