Update snippet descriptions & tags
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
---
|
||||
title: bindKey
|
||||
tags: function,object,intermediate
|
||||
tags: function,object,advanced
|
||||
---
|
||||
|
||||
Creates a function that invokes the method at a given key of an object, optionally adding any additional supplied parameters to the beginning of the arguments.
|
||||
Creates a function that invokes the method at a given key of an object, optionally prepending any additional supplied parameters to the arguments.
|
||||
|
||||
- Return a `function` that uses `Function.prototype.apply()` to bind `context[fn]` to `context`.
|
||||
- Use the spread operator (`...`) to prepend any additional supplied parameters to the arguments.
|
||||
|
||||
Reference in New Issue
Block a user