What will be the output of the console.log statement in the following code snippet?
let str = 'Hello, world!';
console.log(str.length);
What will be the output of the console.log statement in the following code snippet?
let str = 'Hello, world!';
console.log(str.length);