forked from 10secondsofcode/10secondsofcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
24 lines (24 loc) · 982 Bytes
/
data.json
File metadata and controls
24 lines (24 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"Javascript": {
"introduction": {
"javascript objects" : "javascript objects",
"Prototypal inheritance":"Prototypal inheritance",
"Scoping and hosting":"Scoping and hosting",
"Closures":"Closures",
"JavaScript Higher-Order Functions":"JavaScript Higher-Order Functions",
"The event loop":"The event loop",
"Event bubbling":"Event bubbling",
"Apply, call, and bind":"Apply, call, and bind",
"Callbacks and promises, async/await":"Callbacks and promises, async/await",
"Variable and function hoisting":"Callbacks and promises, async/await",
"Currying":"Currying",
"localstorage":"Currying",
"array fucntions":"Map, filter, reduce , sort of arrays"
},
"design pattern": {
"Decorator" : "Decorator",
"Factory":"Factory",
"Singleton":"Singleton"
}
}
}