@@ -45,29 +45,34 @@ export const titleMetaData =
4545 "url" : "scoping-and-hosting"
4646 } ,
4747 {
48- "id" : "javascript-objects " ,
49- "title" : "Javascript Objects " ,
50- "url" : "javascript-objects "
48+ "id" : "javascript-closures " ,
49+ "title" : "Closures " ,
50+ "url" : "javascript-closures "
5151 } ,
5252 {
53- "id" : "prototypal-inheritance " ,
54- "title" : "Prototypal Inheritance " ,
55- "url" : "prototypal-inheritance "
53+ "id" : "javaScript-higher-order-functions " ,
54+ "title" : "JavaScript Higher-Order Functions " ,
55+ "url" : "javaScript-higher-order-functions "
5656 } ,
5757 {
58- "id" : "scoping- and-hosting " ,
59- "title" : "Scoping and hosting " ,
60- "url" : "scoping- and-hosting "
58+ "id" : "apply-call- and-bind " ,
59+ "title" : "Apply, call, and bind " ,
60+ "url" : "apply-call- and-bind "
6161 } ,
6262 {
63- "id" : "javascript-objects " ,
64- "title" : "Javascript Objects " ,
65- "url" : "javascript-objects "
63+ "id" : "javascript-asynchronous-functions " ,
64+ "title" : "Callbacks and promises, async/await " ,
65+ "url" : "javascript-asynchronous-functions "
6666 } ,
6767 {
68- "id" : "prototypal-inheritance" ,
69- "title" : "Prototypal Inheritance" ,
70- "url" : "prototypal-inheritance"
68+ "id" : "javascript-array-functions" ,
69+ "title" : "Javascript Array Functions" ,
70+ "url" : "javascript-array-functions"
71+ } ,
72+ {
73+ "id" : "javascript-string-functions" ,
74+ "title" : "Javascript String Functions" ,
75+ "url" : "javascript-string-functions"
7176 } ,
7277 {
7378 "id" : "scoping-and-hosting" ,
@@ -141,4 +146,4 @@ export const titleMetaData =
141146 }
142147 ]
143148 }
144- ] ;
149+ ] ;
0 commit comments