Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The property of a primary expression is

  2. A.

     stand-alone expressions

    B.

     basic expressions containing all necessary functions

    C.

     contains variable references alone

    D.

     complex expressions

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    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 laguage keywords, and variable references.


Be The First To Comment