Count me!

Challenge 📝

Resources 📚

A String string is given. Return the number of the word "Me" in this string. Count 'Me' only if none 'x' is anywhere in front of it.

function countMe(string) {
}
Test Cases
Console Logs
JS Errors
Run Code!
flag