What will be the output of the console.log statement in the following code snippet?
let str = 'JavaScript';
console.log(str.includes('Script'));
What will be the output of the console.log statement in the following code snippet?
let str = 'JavaScript';
console.log(str.includes('Script'));