Skip to content

darnaud/zero-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is an exercise in basic Javascript: converting a number to full letters. The French standard for enumeration being more complicated than its English counterpart, that is what I will use for practice purposes.

Thus if the user enters the number “ 41” (fourty one), the script should return “quarante-et-un”.

EDIT: At this point (3/10/15), The program does what it it supposed to do, but the code may need polishing

I plan on adding more comments to the source code and removing the unnecessary hyphens at the end of the outputs.

Note: it will only accept numbers ranging from 0 to 999.

About

a JS script to convert numbers to French words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors