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