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