Menu
×
×
Correct!
Exercise:Find the position of the character
var txt = "abcdefghijklm";
var pos = txt.@(12);
var txt = "abcdefghijklm";
var pos = txt.indexOf("h");
var txt = "abcdefghijklm";
var pos = txt.indexOf('h');
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?