What will be the output of the console.log statement in the following code snippet?
let str = 'OpenAI';
console.log(str.slice(-3));
What will be the output of the console.log statement in the following code snippet?
let str = 'OpenAI';
console.log(str.slice(-3));