Devtools Tech Logo
0
0
0

What would be the output of the following code snippet? [ES6 Classes]

Option 1
{ youtubeChannel: 'https://bit.ly/devtools-yt', shouldSubscribe: true }
Option 2
undefined
Option 3
Error
Option 4
null
Option 5
[object Object]