Home » JavaScript » JavaScript Operators » Question
  1. The property of a primary expression is ____________
    1. contains only keywords
    2. contains variable references alone
    3. stand-alone expressions
    4. basic expressions containing all necessary functions
    5. 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.



Your comments will be displayed only after manual approval.