Geraldine is creating a custom object to store user account data on her Web site. She has written the following code it is not working properly. What change should she make to enable the script to run correctly?
A.
She must remove the this keyword from the left side of the assignment variables
B.
She must add the parameters username. password and email to the function definition
C.
She must change the this keyword to the object keyword on the left side of the assignment variables
D.
She must change the function keyword to the object keyword in the function definition
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit