Skip to content

Commit 7e18102

Browse files
authored
Update README.md
1 parent 60e7c11 commit 7e18102

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

README.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,41 @@
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+
7+
* http://www.codecademy.com/tracks/javascript
8+
* https://www.codeschool.com/courses/javascript-road-trip-part-1
89

910
Here’s a road map for learning Javascript:
1011
* http://sixrevisions.com/javascript/learning-javascript-for-free/
1112

1213
##Required skills:
1314

14-
* Basic programming knowledge:
15-
* variables
16-
* conditional statements - if
17-
* data structures - lists
18-
* loops - for, while loops
15+
* Basic programming knowledge:
16+
* variables
17+
* conditional statements - if
18+
* data structures - lists
19+
* loops - for, while loops
1920

20-
* Javascript
21-
* functions
21+
* Javascript
22+
* functions
2223

23-
* Test Driven Development
24-
* QUnit
24+
* Test Driven Development
25+
* QUnit
2526

2627
## Setup
27-
* Create a javascript file for the module under test
28-
* Create a javascript test file
29-
* Create a html file that host the tests
30-
* Referencing QUnit
31-
* The test
32-
* and the module under test
28+
* Create a javascript file for the module under test
29+
* Create a javascript test file
30+
* Create a html file that host the tests
31+
* Referencing QUnit
32+
* The test
33+
* and the module under test
3334

3435

3536
## If the functionality is to be exposed in a basic web application use these tools.
3637

37-
* JQuery
38-
* http://www.codecademy.com/tracks/jquery
39-
* Basic DOM manipulation http://api.jquery.com/append/
40-
* Basic form handling http://api.jquery.com/category/forms/
41-
* LocalStorage
42-
* http://diveintohtml5.info/storage.html
38+
* JQuery
39+
* http://www.codecademy.com/tracks/jquery
40+
* Basic DOM manipulation http://api.jquery.com/append/
41+
* Basic form handling http://api.jquery.com/category/forms/
42+
* LocalStorage
43+
* http://diveintohtml5.info/storage.html

0 commit comments

Comments
 (0)