en.javascript.info/1-js/8-more-functions/08-bind/4-function-property-after-bind/solution.md
Ilya Kantor 3defacc09d up
2016-11-12 19:38:58 +03:00

4 lines
105 B
Markdown

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