Quiz Challenges
100
Question 87 of 100
87%
87
What will be the output of the following log statements?
Copy
const
{
name
:
myName
}
=
{
name
:
'Mohan'
}
;
console
.
log
(
name
)
;
A
undefined
B
Mohan
Submit Answer
Previous
87
/
100
Next