Match the pair

Report a typo

Match the code with the correct output.

Match the items from left and right columns
console.log("".charAt(0));
console.log(" ".lastIndexOf());
console.log("why where what".indexOf("wh", 2));
console.log("why where what".includes("wh", 10));
console.log("".includes(" ", -1));
-1
Empty String
false
true
4
___

Create a free account to access the full topic