Skip to content

aromot/EnglishNumbers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Jr.DevJobs Challenge: English Numbers

Introduction

In this challenge you will create a webpage that will take a number and return the English translation.

You are free to do this in any language or framework, however the sample is written in JavaScript.

Getting Started

To begin, Fork this repository to your GitHub account by clicking the Fork icon in the upper-right section of this page.

Forking Image

If you're new to Forking, we suggest reading the GitHub documentation before moving forward.

User Story

As a user, I want to translate numbers into their English word form.

Details

  • Start with numbers less than one thousand then work your way up to one trillion
  • Don't worry about connecting words with 'and'
  • Make sure to strip out any commas

Examples

  • 13: Thirteen
  • 141: One hundred forty one
  • 6,500,016: Six million five hundred thousand sixteen

Tests

We've included specs to test your code using Mochai and Chai.

  • To run the tests, open spec/spec-runner.html in your browser

About

Challenge: Translate numbers into English words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published