https://github.com/krondorl/js-numerals
frontend test task
https://github.com/krondorl/js-numerals
Last synced: 3 months ago
JSON representation
frontend test task
- Host: GitHub
- URL: https://github.com/krondorl/js-numerals
- Owner: krondorl
- Created: 2015-02-16T12:15:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T14:24:55.000Z (over 10 years ago)
- Last Synced: 2023-02-28T07:23:26.352Z (over 2 years ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Javascript/Frontend Programmer - Excercise 1
=============================Fork this project with the original description and write your own code.
Commit the important milestones and not just the final result!
Excercise description
--------------------Create a frontend application.
We need a web form, which has a numeric input field and a submit button.
When user gives an arabic number, the system shows the english phrase of the number.
For example:
7 == seven
42 == forty-two
2001 == two thousand and one
1999 == nineteen hundred and ninety-nineThat's all.
Extra points:
* write your code in TDD / BDD, use any test frameworks