What is the output of the following code?
let text = "Webstorm PyCharm";
let textSlice = text.slice(-3, -1);
console.log(textSlice);What is the output of the following code?
let text = "Webstorm PyCharm";
let textSlice = text.slice(-3, -1);
console.log(textSlice);Create a free account to access the full topic