You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
317 B

## 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)