Introduction to functions in JavaScript

The functions are objects that are used to specify or encapsulate one or m...

The about arguments in JavaScript functions

Function arguments in ECMAScript are defined as special objects acting as

About internals or special function objects (arguments, this)

The function internals are special objects that get assigned to every function. These objects are arguments and

Functions as values in JavaScript

In JavaScript functions may be used as regular values, as well. That means that...

Properties and methods of JavaScript functions

Functions in JavaScript have certain properties and methods assigned to them by...