Skip to content

Commit bbc6761

Browse files
committed
added 2nd exercise
1 parent 4fd4580 commit bbc6761

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

ExerciseTwo/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Given a list of numbers separated with spaces.
2+
3+
* Find the biggest number
4+
* Find the smallest number
5+
* What is the average of all the numbers
6+
* Find all even numbers
7+
* Find all uneven numbers
8+
* Find all prime numbers
9+
10+
Do this using TDD using QUnit.
11+
12+
## Create 3 files:
13+
* test-number-utility.html
14+
* test-number-utility.js : write your tests in here
15+
* number-utility.js : write your number utility in here
16+
17+
## Something more to think about:
18+
How would you create a little web application for this?
19+
As before we will get to this later.

0 commit comments

Comments
 (0)