function.toString()
- now returns the complete source code of the function
Links
The proposal, that went into the specification.
Blog post on the new `function.toString()`, on the v8 blog.
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
BEGINNER