public/subjects/ion-out/README.md

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