|
3 | 3 | ##Required tutorials to be completed: |
4 | 4 |
|
5 | 5 | 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 |
8 | 9 |
|
9 | 10 | Here’s a road map for learning Javascript: |
10 | 11 | * http://sixrevisions.com/javascript/learning-javascript-for-free/ |
11 | 12 |
|
12 | 13 | ##Required skills: |
13 | 14 |
|
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 |
19 | 20 |
|
20 | | - * Javascript |
21 | | - * functions |
| 21 | +* Javascript |
| 22 | + * functions |
22 | 23 |
|
23 | | - * Test Driven Development |
24 | | - * QUnit |
| 24 | +* Test Driven Development |
| 25 | + * QUnit |
25 | 26 |
|
26 | 27 | ## 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 |
33 | 34 |
|
34 | 35 |
|
35 | 36 | ## If the functionality is to be exposed in a basic web application use these tools. |
36 | 37 |
|
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