Word slice

Report a typo

What is the output of the following code?

let text = "Webstorm PyCharm";
let textSlice = text.slice(-3, -1);
console.log(textSlice);
Select one option from the list
___

Create a free account to access the full topic