
Goes Right After

In a given word you need to check if one symbol goes only right after another.
Cases you should expect while solving this challenge:
- one of the symbols is not in the given word - your function should return false;
- any symbol...
- the condition is case sensitive, which means 'a' and 'A' are two different symbols.
You should be an authorized user in order to see the full description and start solving this mission.