Questions tagged [self-reference]

Self-reference is the ability of a program (or logical sentence) to refer to itself, either directly or indirectly.

Self-reference is the ability of a program (or logical sentence) to refer to itself, either directly or indirectly.

Useful Links:

Stanford Encyclopedia 'Self Reference' Entry

Related Tags:

596 questions
0
votes
2 answers

javascript correct way to self-reference variables of a function during initialization

The following works and does what I need. However, is there a better way to reference "a" and "b" in "c:"?