Skip to content

christianmalek/numbertoword.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numbertoword.js

Converts numbers to words (german only). Works from zero to octillion (in german Quadrilliarde)

30s look

<!doctype html>
<html>
<head>
	<meta charset="utf-8">
	<!--add reference-->
	<script src="de/numbertoword.js"></script>
	<script>
	  var word = ntw(42); //convert a number to a word
	  console.log("The solution is " + word);
	</script>
</head>
</html>

About

Converts numbers to words (german only)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published