Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions Basic_Concepts/Callback/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
![](http://i.imgur.com/BgUMUGU.png)

# Callback

A callback is a function that is called after another function is done executing.
Good for when you are making API calls, and want function to run only after data is retrieved from server.
Good for when you are making API calls, and want function to run only after data is retrieved from server.


# Course Documentation

(this for me to fill up with every element that you use in lessons. syntax explaination and links for more)

## Element to explain

(for example console.log)

-Links
-Wikipedia
-anotherlink,com
16 changes: 15 additions & 1 deletion Basic_Concepts/Closures/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
![](http://i.imgur.com/BgUMUGU.png)

## Closures

Closures are functions that refer to independent (free) variables (variables that are used locally, but defined in an
enclosing scope). In other words, these functions 'remember' the environment in which they were created.
enclosing scope). In other words, these functions 'remember' the environment in which they were created.

# Course Documentation

(this for me to fill up with every element that you use in lessons. syntax explaination and links for more)

## Element to explain

(for example console.log)

***Links***
- Wikipedia
- Anotherlink,com
18 changes: 18 additions & 0 deletions Basic_Concepts/Equality/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
![](http://i.imgur.com/BgUMUGU.png)

# Equality

Equality description


# Course Documentation

(this for me to fill up with every element that you use in lessons. syntax explaination and links for more)

## Element to explain

(for example console.log)

***Links***
- Wikipedia
- Anotherlink,com
26 changes: 26 additions & 0 deletions Basic_Concepts/Objects/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
![](http://i.imgur.com/BgUMUGU.png)

# Objects

This MD file serves as example/template.

It will be filled up soon.

(for Bucky to fill up)


# Course Documentation

(this for me to fill up with every element

that you use in lessons. syntax

explaination and links for more)

## Element to explain

(for example console.log)

***Links***
- Wikipedia
- Anotherlink,com
20 changes: 19 additions & 1 deletion Basic_Concepts/Promise/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
![](http://i.imgur.com/BgUMUGU.png)

# Promise

A Promise represents an operation that hasn't completed yet, but is expected in the future.
A Promise represents an operation that hasn't completed yet, but is expected in the future.

# Course Documentation

(this for me to fill up with every element

that you use in lessons. syntax

explaination and links for more)

## Element to explain

(for example console.log)

***Links***
- Wikipedia
- Anotherlink,com
27 changes: 25 additions & 2 deletions Basic_Concepts/Prototype/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Title
![](http://i.imgur.com/BgUMUGU.png)

# Prototype

This MD file serves as example/template.

Description
It will be filled up soon.

(for Bucky to fill up)


# Course Documentation

(this for me to fill up with every element

that you use in lessons. syntax

explaination and links for more)

## Element to explain

(for example console.log)

***Links***
- Wikipedia
- Anotherlink,com
26 changes: 26 additions & 0 deletions Basic_Concepts/Scope/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
![](http://i.imgur.com/BgUMUGU.png)

# Scope

This MD file serves as example/template.

It will be filled up soon.

(for Bucky to fill up)


# Course Documentation

(this for me to fill up with every element

that you use in lessons. syntax

explaination and links for more)

## Element to explain

(for example console.log)

***Links***
- Wikipedia
- Anotherlink,com
2 changes: 1 addition & 1 deletion Data_Structures/Arrays/Iterators/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](http://i.imgur.com/BgUMUGU.png)

# Course description, (maybe title of the lesson instead of course description.)
# Iterators
This MD file serves as example/template. It will be filled up soon.

(for Bucky to fill up)
Expand Down
2 changes: 1 addition & 1 deletion Data_Structures/Arrays/New_ES6_Features_1/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](http://i.imgur.com/BgUMUGU.png)

# Course description, (maybe title of the lesson instead of course description.)
# New ES6 features part 1
This MD file serves as example/template. It will be filled up soon.

(for Bucky to fill up)
Expand Down
2 changes: 1 addition & 1 deletion Data_Structures/Arrays/New_ES6_Features_2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](http://i.imgur.com/BgUMUGU.png)

# Course description, (maybe title of the lesson instead of course description.)
# New ES6 features part 2
This MD file serves as example/template. It will be filled up soon.

(for Bucky to fill up)
Expand Down
2 changes: 1 addition & 1 deletion Data_Structures/Arrays/Searching/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](http://i.imgur.com/BgUMUGU.png)

# Course description, (maybe title of the lesson instead of course description.)
# Searching
This MD file serves as example/template. It will be filled up soon.

(for Bucky to fill up)
Expand Down
2 changes: 1 addition & 1 deletion Data_Structures/Arrays/Sorting/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](http://i.imgur.com/BgUMUGU.png)

# Course description, (maybe title of the lesson instead of course description.)
# Sorting
This MD file serves as example/template. It will be filled up soon.

(for Bucky to fill up)
Expand Down
17 changes: 16 additions & 1 deletion Data_Structures/Graphs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
![](http://i.imgur.com/BgUMUGU.png)

# Graphs
This MD file serves as example/template. It will be filled up soon.

(for Bucky to fill up)

# Course Documentation

(this for me to fill up with every element that you use in lessons. syntax explaination and links for more)

## Element to explain

(for example console.log)

Description
=Links
-Wikipedia
-anotherlink,com
17 changes: 16 additions & 1 deletion Data_Structures/Hash_Table/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
![](http://i.imgur.com/BgUMUGU.png)

# Hash Tables

A hash table (hash map) is a data structure used to implement an associative array, a structure that can map keys to
values.

![](http://i.imgur.com/bfka9TL.png)
![](http://i.imgur.com/bfka9TL.png)


# Course Documentation

(this for me to fill up with every element that you use in lessons. syntax explaination and links for more)

## Element to explain

(for example console.log)

=Links
-Wikipedia
-anotherlink,com
27 changes: 25 additions & 2 deletions ES6/Arrow_Functions/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Title
![](http://i.imgur.com/BgUMUGU.png)

# Arrow Functions

This MD file serves as example/template.

Description
It will be filled up soon.

(for Bucky to fill up)


# Course Documentation

(this for me to fill up with every element

that you use in lessons. syntax

explaination and links for more)

## Element to explain

(for example console.log)

***Links***
- Wikipedia
- Anotherlink,com
20 changes: 19 additions & 1 deletion ES6/Classes/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
![](http://i.imgur.com/BgUMUGU.png)

# Classes

JavaScript classes provide a much simpler and clearer syntax to create objects and deal with inheritance.
JavaScript classes provide a much simpler and clearer syntax to create objects and deal with inheritance.

# Course Documentation

(this for me to fill up with every element

that you use in lessons. syntax

explaination and links for more)

## Element to explain

(for example console.log)

***Links***
- Wikipedia
- Anotherlink,com
23 changes: 21 additions & 2 deletions ES6/Constants/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# const
![](http://i.imgur.com/BgUMUGU.png)

# Constants

The const declaration creates a read-only reference to a value. It does not mean the value it holds is immutable, just
that the variable identifier cannot be reassigned.
that the variable identifier cannot be reassigned.


# Course Documentation

(this for me to fill up with every element

that you use in lessons. syntax

explaination and links for more)

## Element to explain

(for example console.log)

***Links***
- Wikipedia
- Anotherlink,com
21 changes: 20 additions & 1 deletion ES6/Generators/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
![](http://i.imgur.com/BgUMUGU.png)

# Generators

Generators are functions that generate objects when called.
Generators are functions that generate objects when called.


# Course Documentation

(this for me to fill up with every element

that you use in lessons. syntax

explaination and links for more)

## Element to explain

(for example console.log)

***Links***
- Wikipedia
- Anotherlink,com
27 changes: 25 additions & 2 deletions ES6/Inheritance/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Title
![](http://i.imgur.com/BgUMUGU.png)

# Inheritance

This MD file serves as example/template.

Description
It will be filled up soon.

(for Bucky to fill up)


# Course Documentation

(this for me to fill up with every element

that you use in lessons. syntax

explaination and links for more)

## Element to explain

(for example console.log)

***Links***
- Wikipedia
- Anotherlink,com
Loading