Vidyalelo
JavaScript · Q29

Basic And Variables

Programming · JavaScript · question 29

Q29

“An expression that can legally appear on the left side of an assignment expression.” is a well known explanation for variables, properties of objects, and elements of arrays. They are called

A.
Properties
B.
Prototypes
C.
Lvalue
Answer
D.
Definition

Answer: Option C

Solution

Answer: Option C
Solution:
lvalue is a historical term that means “an expression that can legally appear on the left side of an assignment expression.” In JavaScript, variables, properties of objects, and elements of arrays are lvalues.