Given an array of numbers, return the list of numbers that are repeated, sorted by occurrence of the repetition
From CodeWars: https://www.codewars.com/kata/5558cc216a7a231ac9000022
Started in a Coding Dojo session during one an Agile Canarias meetup.
Used Lean Mind's Typescript boilerplate as the starting point. It includes / pre-configures the following technologies:
- 💬 TypeScript 3.4
- 📙 Babel 7
- ✅ Jest 24
- 💅 Prettier & TSLint