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 d100533 commit 4fd4580Copy full SHA for 4fd4580
ExerciseOne/README.md
@@ -22,7 +22,8 @@ I basic structure of a unit test using qunit looks like this:
22
23
```QUnit.test(“My first test”, function(assert){
24
25
-});```
+});
26
+```
27
28
Look at the content of this file: ExerciseOne/test-words-utility.js
29
README.md
@@ -3,8 +3,8 @@
3
##Required tutorials to be completed:
4
5
First do these:
6
-http://www.codecademy.com/tracks/javascript
7
-https://www.codeschool.com/courses/javascript-road-trip-part-1
+ * http://www.codecademy.com/tracks/javascript
+ * https://www.codeschool.com/courses/javascript-road-trip-part-1
8
9
Here’s a road map for learning Javascript:
10
http://sixrevisions.com/javascript/learning-javascript-for-free/
0 commit comments