1
1
{
2
- "header" : " Build a Word Viewer !" ,
3
- "difficulty" : " Beginner" ,
4
- "size" : " small" ,
5
- "duration" : 30 ,
6
- "category" : " Build" ,
7
- "steps" : [
8
- {
9
- "title" : " What you'll build!" ,
10
- "hasAfter" : true
11
- },
12
- {
13
- "title" : " Defining the Word Viewer !" ,
14
- "hasAfter" : true
15
- },
16
- {
17
- "title" : " Passing in properties with attributes!" ,
18
- "hasAfter" : true
19
- },
20
- {
21
- "title" : " One single word at a time!" ,
22
- "hasAfter" : true
23
- },
24
- {
25
- "title" : " Lifecycle and cycling the words!" ,
26
- "hasAfter" : true
27
- },
28
- {
29
- "title" : " Some Styles !" ,
30
- "hasAfter" : true
31
- },
32
- {
33
- "title" : " Some Events !" ,
34
- "hasAfter" : true
35
- },
36
- {
37
- "title" : " Dynamic Styles !" ,
38
- "hasAfter" : true
39
- },
40
- {
41
- "title" : " Conclusion!" ,
42
- "noSolve" : true
43
- }
44
- ]
45
- }
2
+ "header" : " Build a word viewer !" ,
3
+ "difficulty" : " Beginner" ,
4
+ "size" : " small" ,
5
+ "duration" : 30 ,
6
+ "category" : " Build" ,
7
+ "steps" : [
8
+ {
9
+ "title" : " What you'll build!" ,
10
+ "hasAfter" : true
11
+ },
12
+ {
13
+ "title" : " Defining the word viewer !" ,
14
+ "hasAfter" : true
15
+ },
16
+ {
17
+ "title" : " Passing in properties with attributes!" ,
18
+ "hasAfter" : true
19
+ },
20
+ {
21
+ "title" : " One single word at a time!" ,
22
+ "hasAfter" : true
23
+ },
24
+ {
25
+ "title" : " Lifecycle and cycling the words!" ,
26
+ "hasAfter" : true
27
+ },
28
+ {
29
+ "title" : " Some styles !" ,
30
+ "hasAfter" : true
31
+ },
32
+ {
33
+ "title" : " Some events !" ,
34
+ "hasAfter" : true
35
+ },
36
+ {
37
+ "title" : " Dynamic styles !" ,
38
+ "hasAfter" : true
39
+ },
40
+ {
41
+ "title" : " Conclusion!" ,
42
+ "noSolve" : true
43
+ }
44
+ ]
45
+ }
0 commit comments