The prototype
property - the place to add shared functionality
WHEN defining the prototype
on a function THEN the instance of that function inherits these properties
Links
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
Stats
1 tests to solve