Why is this not printing out the number of the positon of the letter m in my code?

strpos(“mitch”, “m”);

HI you should add echo befor it to print it in the console.

echo strpos("mitch", "m");