Which of the following statements correctly describes the relationship between JavaScript and “objects”?
JavaScript is object-oriented
JavaScript is object-based
JavaScript is not an object-oriented
JavaScript has no relation to objects
Correct Answer : B
JavaScript objects are written with _____.
In JavaScript a variable contains one value while an object may contain ___.
Which is the correct syntax to access an object property in JavaScript?