What is going to be logged in the console?
let myString = 'Hyperskill';
console.log(myString.charAt(10), "+", myString[10]);What is going to be logged in the console?
let myString = 'Hyperskill';
console.log(myString.charAt(10), "+", myString[10]);Create a free account to access the full topic