Using new Function()
creates a new function
WHEN using new Function()
THEN this is equivalent to Function()
with the same parameters
num params
Links
The very first version of the spec defines this property already, the ES1 spec, see section 15.3.2.1 (PDF 732kB).
The MDN pages describing this property, easy to read with examples.
Related Katas
function API
function.length
(as introduced in ES1)function.bind()
function.length
(with ES5 features)function.length
(with ES6 features)function.name
Arrow functions
Async Function
Difficulty Level
INTERMEDIATE
Stats
2 tests to solve