
Words Order

You have a text and a sequence of words. You need to check if the words in sequence appear in the same order as in the given text.
Cases you should expect while solving this challenge:
- a word from the sequence is not in the text - your function should return...
- the condition is case sensitive, which means 'hi' and 'Hi' are two different words;
- the text includes only English letters and spaces.
You should be an authorized user in order to see the full description and start solving this mission.