Open
Description
I think the answer is that you can, but it was unclear to me from the examples. For example:
const introduceBob = bob.introduce~();
introduceBob();
What if you do:
const introduceBob = bob.introduce~();
introduceBob.call(barbara);
I assume the this
in introduce
refers to barbara and not bob, correct?
Metadata
Metadata
Assignees
Labels
No labels