Salesforce Certified JavaScript Developer (JS-Dev-101) JavaScript-Developer-I Question # 45 Topic 5 Discussion

Salesforce Certified JavaScript Developer (JS-Dev-101) JavaScript-Developer-I Question # 45 Topic 5 Discussion

JavaScript-Developer-I Exam Topic 5 Question 45 Discussion:
Question #: 45
Topic #: 5

A developer uses a parsed JSON string to work with user information as in the block below:

01 const userInformation ={

02 “ id ” : “user-01”,

03 “email” : “user01@universalcontainers.demo”,

04 “age” : 25

Which two options access the email attribute in the object?

Choose 2 answers


A.

userInformation(“email”)


B.

userInformation.get(“email”)


C.

userInformation.email


D.

userInformation(email)


Get Premium JavaScript-Developer-I Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.