File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ![ ] ( http://i.imgur.com/BgUMUGU.png )
2+
13# Callback
2-
4+
35A callback is a function that is called after another function is done executing.
4- Good for when you are making API calls, and want function to run only after data is retrieved from server.
6+ Good for when you are making API calls, and want function to run only after data is retrieved from server.
7+
8+
9+ # Course Documentation
10+
11+ (this for me to fill up with every element that you use in lessons. syntax explaination and links for more)
12+
13+ ## Element to explain
14+
15+ (for example console.log)
16+
17+ -Links
18+ -Wikipedia
19+ -anotherlink,com
Original file line number Diff line number Diff line change 1+ ![ ] ( http://i.imgur.com/BgUMUGU.png )
2+
13## Closures
24
35Closures are functions that refer to independent (free) variables (variables that are used locally, but defined in an
4- enclosing scope). In other words, these functions 'remember' the environment in which they were created.
6+ enclosing scope). In other words, these functions 'remember' the environment in which they were created.
7+
8+ # Course Documentation
9+
10+ (this for me to fill up with every element that you use in lessons. syntax explaination and links for more)
11+
12+ ## Element to explain
13+
14+ (for example console.log)
15+
16+ *** Links***
17+ - Wikipedia
18+ - Anotherlink,com
Original file line number Diff line number Diff line change 1+ ![ ] ( http://i.imgur.com/BgUMUGU.png )
2+
3+ # Equality
4+
5+ Equality description
6+
7+
8+ # Course Documentation
9+
10+ (this for me to fill up with every element that you use in lessons. syntax explaination and links for more)
11+
12+ ## Element to explain
13+
14+ (for example console.log)
15+
16+ *** Links***
17+ - Wikipedia
18+ - Anotherlink,com
Original file line number Diff line number Diff line change 1+ ![ ] ( http://i.imgur.com/BgUMUGU.png )
2+
3+ # Objects
4+
5+ This MD file serves as example/template.
6+
7+ It will be filled up soon.
8+
9+ (for Bucky to fill up)
10+
11+
12+ # Course Documentation
13+
14+ (this for me to fill up with every element
15+
16+ that you use in lessons. syntax
17+
18+ explaination and links for more)
19+
20+ ## Element to explain
21+
22+ (for example console.log)
23+
24+ *** Links***
25+ - Wikipedia
26+ - Anotherlink,com
Original file line number Diff line number Diff line change 1+ ![ ] ( http://i.imgur.com/BgUMUGU.png )
2+
13# Promise
24
3- A Promise represents an operation that hasn't completed yet, but is expected in the future.
5+ A Promise represents an operation that hasn't completed yet, but is expected in the future.
6+
7+ # Course Documentation
8+
9+ (this for me to fill up with every element
10+
11+ that you use in lessons. syntax
12+
13+ explaination and links for more)
14+
15+ ## Element to explain
16+
17+ (for example console.log)
18+
19+ *** Links***
20+ - Wikipedia
21+ - Anotherlink,com
Original file line number Diff line number Diff line change 1- # Title
1+ ![ ] ( http://i.imgur.com/BgUMUGU.png )
2+
3+ # Prototype
4+
5+ This MD file serves as example/template.
26
3- Description
7+ It will be filled up soon.
8+
9+ (for Bucky to fill up)
10+
11+
12+ # Course Documentation
13+
14+ (this for me to fill up with every element
15+
16+ that you use in lessons. syntax
17+
18+ explaination and links for more)
19+
20+ ## Element to explain
21+
22+ (for example console.log)
23+
24+ *** Links***
25+ - Wikipedia
26+ - Anotherlink,com
Original file line number Diff line number Diff line change 1+ ![ ] ( http://i.imgur.com/BgUMUGU.png )
2+
3+ # Scope
4+
5+ This MD file serves as example/template.
6+
7+ It will be filled up soon.
8+
9+ (for Bucky to fill up)
10+
11+
12+ # Course Documentation
13+
14+ (this for me to fill up with every element
15+
16+ that you use in lessons. syntax
17+
18+ explaination and links for more)
19+
20+ ## Element to explain
21+
22+ (for example console.log)
23+
24+ *** Links***
25+ - Wikipedia
26+ - Anotherlink,com
Original file line number Diff line number Diff line change 11![ ] ( http://i.imgur.com/BgUMUGU.png )
22
3- # Course description, (maybe title of the lesson instead of course description.)
3+ # Iterators
44This MD file serves as example/template. It will be filled up soon.
55
66(for Bucky to fill up)
Original file line number Diff line number Diff line change 11![ ] ( http://i.imgur.com/BgUMUGU.png )
22
3- # Course description, (maybe title of the lesson instead of course description.)
3+ # New ES6 features part 1
44This MD file serves as example/template. It will be filled up soon.
55
66(for Bucky to fill up)
Original file line number Diff line number Diff line change 11![ ] ( http://i.imgur.com/BgUMUGU.png )
22
3- # Course description, (maybe title of the lesson instead of course description.)
3+ # New ES6 features part 2
44This MD file serves as example/template. It will be filled up soon.
55
66(for Bucky to fill up)
You can’t perform that action at this time.
0 commit comments