Devtools Tech Logo
0
0
0

What is the output of the following code snippet? | JavaScript Fundamentals | Frontend Interview Question

Option 1
{ firstname: 'devtools', lastname: 'tech' }
Option 2
{ firstname: 'devtoolsdev', lastname: 'tech' }
Option 3
{ firstname: 'dev', lastname: 'tech' }
Option 4
{ firstname: 'tools', lastname: 'tech' }