let x, { x: y = 1 } = { x }; y;
undefined
1
{ x: 1 }
Error
Correct Answer : B
JSON strings have to be in
Which of the following is not JavaScript Data Types?
Which company developed JavaScript?