## Ion Out ### Instructions Create a function named `ionOut`, that receives a `string` and returns an array with every word containing `'ion'` following a `'t'`. The words should be returned without the `'ion'` part. ### Notions - [Learn RegEx Lookarounds](https://github.com/ziishaned/learn-regex#4-lookarounds)