Skip to content

Commit 4fd4580

Browse files
committed
basic formatting
1 parent d100533 commit 4fd4580

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ExerciseOne/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ I basic structure of a unit test using qunit looks like this:
2222

2323
```QUnit.test(“My first test”, function(assert){
2424
25-
});```
25+
});
26+
```
2627

2728
Look at the content of this file: ExerciseOne/test-words-utility.js
2829

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
##Required tutorials to be completed:
44

55
First do these:
6-
http://www.codecademy.com/tracks/javascript
7-
https://www.codeschool.com/courses/javascript-road-trip-part-1
6+
* http://www.codecademy.com/tracks/javascript
7+
* https://www.codeschool.com/courses/javascript-road-trip-part-1
88

99
Here’s a road map for learning Javascript:
1010
http://sixrevisions.com/javascript/learning-javascript-for-free/

0 commit comments

Comments
 (0)