We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd4580 commit bbc6761Copy full SHA for bbc6761
ExerciseTwo/README.md
@@ -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