Which two options access the email attribute in the object?
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” : “[email protected]”,
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)
Answer: A,C
Latest JavaScript Developer I Dumps Valid Version with 144 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments