```javascript= function isOnAlphabet (text, alphabet) { // return true if all chars in text are part of alphabet } ```