1- export const title =
1+ /* export const title =
22{
33 "Javascript": {
44 "introduction": {
5- "javascript objects " : "javascript objects " ,
5+ "Javascript Objects " : "Javascript Objects ",
66 "Prototypal inheritance":"Prototypal inheritance",
77 "Scoping and hosting":"Scoping and hosting",
88 "Closures":"Closures",
@@ -22,5 +22,123 @@ export const title =
2222 "Singleton":"Singleton"
2323 }
2424 }
25- } ;
25+ }; */
2626
27+ export const titleMetaData =
28+ [
29+ {
30+ "labelTitle" : "Introduction" ,
31+ "topics" : [
32+ {
33+ "id" : "javascript-objects" ,
34+ "title" : "Javascript Objects" ,
35+ "url" : "javascript-objects"
36+ } ,
37+ {
38+ "id" : "prototypal-inheritance" ,
39+ "title" : "Prototypal Inheritance" ,
40+ "url" : "prototypal-inheritance"
41+ } ,
42+ {
43+ "id" : "scoping-and-hosting" ,
44+ "title" : "Scoping and hosting" ,
45+ "url" : "scoping-and-hosting"
46+ } ,
47+ {
48+ "id" : "javascript-objects" ,
49+ "title" : "Javascript Objects" ,
50+ "url" : "javascript-objects"
51+ } ,
52+ {
53+ "id" : "prototypal-inheritance" ,
54+ "title" : "Prototypal Inheritance" ,
55+ "url" : "prototypal-inheritance"
56+ } ,
57+ {
58+ "id" : "scoping-and-hosting" ,
59+ "title" : "Scoping and hosting" ,
60+ "url" : "scoping-and-hosting"
61+ } ,
62+ {
63+ "id" : "javascript-objects" ,
64+ "title" : "Javascript Objects" ,
65+ "url" : "javascript-objects"
66+ } ,
67+ {
68+ "id" : "prototypal-inheritance" ,
69+ "title" : "Prototypal Inheritance" ,
70+ "url" : "prototypal-inheritance"
71+ } ,
72+ {
73+ "id" : "scoping-and-hosting" ,
74+ "title" : "Scoping and hosting" ,
75+ "url" : "scoping-and-hosting"
76+ } ,
77+ {
78+ "id" : "javascript-objects" ,
79+ "title" : "Javascript Objects" ,
80+ "url" : "javascript-objects"
81+ } ,
82+ {
83+ "id" : "prototypal-inheritance" ,
84+ "title" : "Prototypal Inheritance" ,
85+ "url" : "prototypal-inheritance"
86+ } ,
87+ {
88+ "id" : "scoping-and-hosting" ,
89+ "title" : "Scoping and hosting" ,
90+ "url" : "scoping-and-hosting"
91+ }
92+ ]
93+ } ,
94+ {
95+ "labelTitle" : "Design Pattern" ,
96+ "topics" : [
97+ {
98+ "id" : "decorator" ,
99+ "title" : "Decorator" ,
100+ "url" : "decorator"
101+ } ,
102+ {
103+ "id" : "factory" ,
104+ "title" : "Factory" ,
105+ "url" : "factory"
106+ } ,
107+ {
108+ "id" : "singleton" ,
109+ "title" : "Singleton" ,
110+ "url" : "singleton"
111+ } ,
112+ {
113+ "id" : "decorator" ,
114+ "title" : "Decorator" ,
115+ "url" : "decorator"
116+ } ,
117+ {
118+ "id" : "factory" ,
119+ "title" : "Factory" ,
120+ "url" : "factory"
121+ } ,
122+ {
123+ "id" : "singleton" ,
124+ "title" : "Singleton" ,
125+ "url" : "singleton"
126+ } ,
127+ {
128+ "id" : "decorator" ,
129+ "title" : "Decorator" ,
130+ "url" : "decorator"
131+ } ,
132+ {
133+ "id" : "factory" ,
134+ "title" : "Factory" ,
135+ "url" : "factory"
136+ } ,
137+ {
138+ "id" : "singleton" ,
139+ "title" : "Singleton" ,
140+ "url" : "singleton"
141+ }
142+ ]
143+ }
144+ ] ;
0 commit comments