Devtools Tech Logo
0
0
0

What is the output of the following code snippet? | JavaScript Output Based Question | JS Variables

Option 1
{ "a": false, "b": false }
Option 2
{ "a": null, "b": null }
Option 3
{ "a": undefined, "b": undefined }
Option 4
There will be an error.