4.1 Values and References

Expressions are classified as values or references. References are the subset of expressions that are permitted as the target of an assignment. Specifically, references are combinations of identifiers (section 4.3), parentheses (section 4.8), and property accesses (section 4.13). All other expression constructs described in this chapter are classified as values.