What will be the value of result after executing the following code snippet?
let str = 'Hello, world!';
let result = str.substring(7, 12);
What will be the value of result after executing the following code snippet?
let str = 'Hello, world!';
let result = str.substring(7, 12);