Skip to main content

Edit It: Split the given string at each letter 'o' and limit the returned array to two items

This code shows how to split a string at each letter 'o' and limit the returned array to two items.

See it on StackBlitz