Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 310 Bytes

✨ Pair Programming Exercise ✨

Write a function that converts numbers to words

🥇 Examples

1 -> 'one'

27 -> 'twenty seven'

157 -> 'one hundred and fifty seven'

1434 -> 'one thousand four hundred and thirty four'

874,341 -> 'eight hundred and seventy four thousand three hundred and forty one'