Q. What will be the output of the following JavaScript code?
Code:
<script>
let x = "Hello, IncludeHelp!";
document.getElementById("test").innerHTML = x.slice(-13,-1);
</script>
β
Correct Answer: (B)
IncludeHelp