ga-wdi-boston / js-function-context-this

Other
0 stars 126 forks source link

add a reference to the .call documentation? #28

Closed payne-chris-r closed 7 years ago

payne-chris-r commented 7 years ago

What does .call take as an argument? An object. What is that object? The contextual object that we want to call the function on... I think taking a look at the documentation for .call may be helpful.

jrhorn424 commented 7 years ago

A reference isn't enough. Visiting the documentation should be a part of the delivery, IMO.

raq929 commented 7 years ago

Having the reference in the repo is the first step, though.

jrhorn424 commented 7 years ago

You're not wrong. But, how much harder is it to wrap the link in a sentence and put it in the appropriate section as opposed to siloing it into the oft-ignored "Additional Resources" section?

raq929 commented 7 years ago

Oh, I thought that's what he meant.