Skip to content

Latest commit

 

History

History

switch-it-up

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

When provided with a number between 0-9, return it in words.

Input :: 1

Output :: "One".

If your language supports it, try using a switch statement.