en.javascript.info/1-js/06-advanced-functions/09-bind/4-function-property-after-bind/solution.md
Ilya Kantor ab9ab64bd5 up
2017-03-21 14:41:49 +03:00

4 lines
105 B
Markdown

The answer: `undefined`.
The result of `bind` is another object. It does not have the `test` property.