2) From the code below, which is considered to be the name of the object?

var student = new Object();

1 Like

student is the name of the object

1 Like

It’s Student the new object for creating an object in JS.

Good! You have answered correctly.
student is the right answer.

student is the name of the object

1 Like