66 "level" : 0 ,
77 "type" : " Sushi Card" ,
88 "verified" : true ,
9- "link" : " https://github.com/coderdojo-london/ resources/blob/master/ javascript/files /hello_world.pdf"
9+ "link" : " / resources/files/ javascript/hello_world.pdf"
1010 },
1111 {
1212 "title" : " Variables" ,
1313 "description" : " Learn about variables in JavaScript" ,
1414 "level" : 0 ,
1515 "type" : " Sushi Card" ,
1616 "verified" : true ,
17- "link" : " https://github.com/coderdojo-london/ resources/blob/master/ javascript/files /variables.pdf"
17+ "link" : " / resources/files/ javascript/variables.pdf"
1818 },
1919 {
2020 "title" : " Conditionals" ,
2121 "description" : " If and else in JavaScript" ,
2222 "level" : 0 ,
2323 "type" : " Sushi Card" ,
2424 "verified" : true ,
25- "link" : " https://github.com/coderdojo-london/ resources/blob/master/ javascript/files /conditionals.pdf"
25+ "link" : " / resources/files/ javascript/conditionals.pdf"
2626 },
2727 {
2828 "title" : " Rock Paper Scissors" ,
2929 "description" : " Combine all we've learnt to make a cool Rock Paper Scissors game in JavaScript" ,
3030 "level" : 0 ,
3131 "type" : " Sushi Card" ,
3232 "verified" : true ,
33- "link" : " https://github.com/coderdojo-london/ resources/blob/master/ javascript/files /roshambo.pdf"
33+ "link" : " / resources/files/ javascript/roshambo.pdf"
3434 },
3535 {
3636 "title" : " Arrays" ,
3737 "description" : " Learn about Arrays in JavaScript" ,
3838 "level" : 1 ,
3939 "type" : " Sushi Card" ,
4040 "verified" : true ,
41- "link" : " https://github.com/coderdojo-london/ resources/blob/master/ javascript/files /arrays.pdf"
41+ "link" : " / resources/files/ javascript/arrays.pdf"
4242 },
4343 {
4444 "title" : " Functions" ,
4545 "description" : " Functions in JavaScript" ,
4646 "level" : 1 ,
4747 "type" : " Sushi Card" ,
4848 "verified" : true ,
49- "link" : " https://github.com/coderdojo-london/ resources/blob/master/ javascript/files /functions.pdf"
49+ "link" : " / resources/files/ javascript/functions.pdf"
5050 },
5151 {
5252 "title" : " While" ,
5353 "description" : " While loops in JavaScript" ,
5454 "level" : 1 ,
5555 "type" : " Sushi Card" ,
5656 "verified" : true ,
57- "link" : " https://github.com/coderdojo-london/ resources/blob/master/ javascript/files /while.pdf"
57+ "link" : " / resources/files/ javascript/while.pdf"
5858 },
5959 {
6060 "title" : " For Loops" ,
6161 "description" : " For loops in JavaScript" ,
6262 "level" : 1 ,
6363 "type" : " Sushi Card" ,
6464 "verified" : true ,
65- "link" : " https://github.com/coderdojo-london/ resources/blob/master/ javascript/files /for_loops.pdf"
65+ "link" : " / resources/files/ javascript/for_loops.pdf"
6666 },
6767 {
6868 "title" : " Christmas Tree" ,
6969 "description" : " A christmas themed tutorial" ,
7070 "level" : 0 ,
7171 "type" : " Sushi Card" ,
7272 "verified" : true ,
73- "link" : " https://github.com/coderdojo-london/ resources/blob/master/ javascript/files /xmastree.pdf"
73+ "link" : " / resources/files/ javascript/xmastree.pdf"
7474 }
7575 ]
7676}
0 commit comments