-
The property of a primary expression is ____________
-
- contains only keywords
- contains variable references alone
- stand-alone expressions
- basic expressions containing all necessary functions
- None of these
Correct Option: C
The simplest expressions, known as primary expressions, are those that stand alone — they do not include any simpler expressions. Primary expressions in JavaScript are constant or literal values, certain language keywords, and variable references.