diff --git a/Basic_Concepts/Callback/README.md b/Basic_Concepts/Callback/README.md index dcd5a01..16045b7 100644 --- a/Basic_Concepts/Callback/README.md +++ b/Basic_Concepts/Callback/README.md @@ -79,5 +79,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Basic_Concepts/Closures/README.md b/Basic_Concepts/Closures/README.md index 5bd024d..fc570b4 100644 --- a/Basic_Concepts/Closures/README.md +++ b/Basic_Concepts/Closures/README.md @@ -78,5 +78,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Basic_Concepts/Equality/README.md b/Basic_Concepts/Equality/README.md index 3f1005c..ee65f50 100644 --- a/Basic_Concepts/Equality/README.md +++ b/Basic_Concepts/Equality/README.md @@ -82,5 +82,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Basic_Concepts/Objects/README.md b/Basic_Concepts/Objects/README.md index e97adb5..0e87d38 100644 --- a/Basic_Concepts/Objects/README.md +++ b/Basic_Concepts/Objects/README.md @@ -81,5 +81,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Basic_Concepts/Promise/README.md b/Basic_Concepts/Promise/README.md index 3bb4df2..fe67c5e 100644 --- a/Basic_Concepts/Promise/README.md +++ b/Basic_Concepts/Promise/README.md @@ -99,5 +99,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Basic_Concepts/Prototype/README.md b/Basic_Concepts/Prototype/README.md index a25efcb..cf3b158 100644 --- a/Basic_Concepts/Prototype/README.md +++ b/Basic_Concepts/Prototype/README.md @@ -113,5 +113,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Basic_Concepts/Scope/README.md b/Basic_Concepts/Scope/README.md index bc1d981..642144d 100644 --- a/Basic_Concepts/Scope/README.md +++ b/Basic_Concepts/Scope/README.md @@ -81,5 +81,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Data_Structures/Arrays/Iterators/README.md b/Data_Structures/Arrays/Iterators/README.md index 7801463..acc45ed 100644 --- a/Data_Structures/Arrays/Iterators/README.md +++ b/Data_Structures/Arrays/Iterators/README.md @@ -130,5 +130,6 @@ stack in order to remove things from it. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Data_Structures/Arrays/New_ES6_Features_1/README.md b/Data_Structures/Arrays/New_ES6_Features_1/README.md index 9f54fc7..b5857b2 100644 --- a/Data_Structures/Arrays/New_ES6_Features_1/README.md +++ b/Data_Structures/Arrays/New_ES6_Features_1/README.md @@ -124,4 +124,5 @@ stack in order to remove things from it. - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) - [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Data_Structures/Arrays/New_ES6_Features_2/README.md b/Data_Structures/Arrays/New_ES6_Features_2/README.md index cf9b3e5..6822e4d 100644 --- a/Data_Structures/Arrays/New_ES6_Features_2/README.md +++ b/Data_Structures/Arrays/New_ES6_Features_2/README.md @@ -124,6 +124,6 @@ stack in order to remove things from it. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) - +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Data_Structures/Arrays/Searching/README.md b/Data_Structures/Arrays/Searching/README.md index 2e55457..e40d604 100644 --- a/Data_Structures/Arrays/Searching/README.md +++ b/Data_Structures/Arrays/Searching/README.md @@ -135,6 +135,6 @@ stack in order to remove things from it. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) - +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Data_Structures/Arrays/Sorting/README.md b/Data_Structures/Arrays/Sorting/README.md index 89626e8..cbf2763 100644 --- a/Data_Structures/Arrays/Sorting/README.md +++ b/Data_Structures/Arrays/Sorting/README.md @@ -150,7 +150,7 @@ stack in order to remove things from it. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Data_Structures/Dictionaries/README.md b/Data_Structures/Dictionaries/README.md index 8621021..88f72da 100644 --- a/Data_Structures/Dictionaries/README.md +++ b/Data_Structures/Dictionaries/README.md @@ -6,8 +6,6 @@ A dictionary (also known as a map) is used to store key, value pairs. #Documentation -Here lies further explaination for the elements that were used in the examples. - ##Dictionaries **According to wikipedia:** @@ -75,5 +73,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Data_Structures/Graphs/README.md b/Data_Structures/Graphs/README.md index 5bf7c0b..cc18a59 100644 --- a/Data_Structures/Graphs/README.md +++ b/Data_Structures/Graphs/README.md @@ -1,17 +1,6 @@ ![](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) ##Javascript functions @@ -56,5 +45,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Data_Structures/Hash_Table/README.md b/Data_Structures/Hash_Table/README.md index d14072c..a6c7e74 100644 --- a/Data_Structures/Hash_Table/README.md +++ b/Data_Structures/Hash_Table/README.md @@ -10,12 +10,6 @@ values. # 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) - ##Javascript functions According to W3schools: @@ -59,5 +53,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Data_Structures/Linked_List/README.md b/Data_Structures/Linked_List/README.md index c2a63ca..e74d59b 100644 --- a/Data_Structures/Linked_List/README.md +++ b/Data_Structures/Linked_List/README.md @@ -47,5 +47,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). diff --git a/Data_Structures/Priority_Queue/README.md b/Data_Structures/Priority_Queue/README.md index 566693a..a757a64 100644 --- a/Data_Structures/Priority_Queue/README.md +++ b/Data_Structures/Priority_Queue/README.md @@ -47,5 +47,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). diff --git a/Data_Structures/Queues/README.md b/Data_Structures/Queues/README.md index e4d4572..17b4794 100644 --- a/Data_Structures/Queues/README.md +++ b/Data_Structures/Queues/README.md @@ -45,5 +45,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/Data_Structures/Recursion/README.md b/Data_Structures/Recursion/README.md index 2a21ffd..3b512ac 100644 --- a/Data_Structures/Recursion/README.md +++ b/Data_Structures/Recursion/README.md @@ -45,5 +45,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). diff --git a/Data_Structures/Sets/README.md b/Data_Structures/Sets/README.md index 72a198f..1c0f447 100644 --- a/Data_Structures/Sets/README.md +++ b/Data_Structures/Sets/README.md @@ -45,5 +45,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). diff --git a/Data_Structures/Stacks/README.md b/Data_Structures/Stacks/README.md index 1d9af23..f624218 100644 --- a/Data_Structures/Stacks/README.md +++ b/Data_Structures/Stacks/README.md @@ -50,5 +50,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). diff --git a/Data_Structures/Trees/README.md b/Data_Structures/Trees/README.md index fc7e8e5..205eaab 100644 --- a/Data_Structures/Trees/README.md +++ b/Data_Structures/Trees/README.md @@ -1,6 +1,6 @@ # Trees -Description +A way to organize our data structure. It is called tree because it looks like a tree. ##Javascript functions @@ -45,5 +45,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). diff --git a/ES6/Arrow_Functions/README.md b/ES6/Arrow_Functions/README.md index 3ab86c2..7237fef 100644 --- a/ES6/Arrow_Functions/README.md +++ b/ES6/Arrow_Functions/README.md @@ -1,25 +1,7 @@ ![](http://i.imgur.com/BgUMUGU.png) # Arrow Functions - -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) ##Javascript functions @@ -64,5 +46,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/ES6/Classes/README.md b/ES6/Classes/README.md index 7a5efe6..98e293b 100644 --- a/ES6/Classes/README.md +++ b/ES6/Classes/README.md @@ -4,17 +4,6 @@ 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) ##Javascript functions @@ -59,5 +48,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/ES6/Constants/README.md b/ES6/Constants/README.md index ffa3b7b..00a43d8 100644 --- a/ES6/Constants/README.md +++ b/ES6/Constants/README.md @@ -8,16 +8,6 @@ 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) - ##Javascript functions According to W3schools: @@ -61,5 +51,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/ES6/Generators/README.md b/ES6/Generators/README.md index 870ee36..c296fd8 100644 --- a/ES6/Generators/README.md +++ b/ES6/Generators/README.md @@ -7,16 +7,6 @@ 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) - ##Javascript functions According to W3schools: @@ -60,5 +50,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/ES6/Inheritance/README.md b/ES6/Inheritance/README.md index a27c697..b47e806 100644 --- a/ES6/Inheritance/README.md +++ b/ES6/Inheritance/README.md @@ -2,24 +2,6 @@ # Inheritance -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) ##Javascript functions @@ -64,5 +46,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/ES6/Let/README.md b/ES6/Let/README.md index 22460a0..60b86ec 100644 --- a/ES6/Let/README.md +++ b/ES6/Let/README.md @@ -6,16 +6,6 @@ The let statement declares a block scope local variable. # 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) - ##Javascript functions According to W3schools: @@ -59,5 +49,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/ES6/Spread_Operator/README.md b/ES6/Spread_Operator/README.md index dab4102..8c3b2e7 100644 --- a/ES6/Spread_Operator/README.md +++ b/ES6/Spread_Operator/README.md @@ -7,16 +7,6 @@ multiple elements (for array literals) or multiple variables (for destructuring # 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) - ##Javascript functions According to W3schools: @@ -60,5 +50,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file diff --git a/ES6/Template_Literals/README.md b/ES6/Template_Literals/README.md index fdeb68c..e1f4ae9 100644 --- a/ES6/Template_Literals/README.md +++ b/ES6/Template_Literals/README.md @@ -6,16 +6,6 @@ Template literals are string literals allowing embedded expressions. # 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) - ##Javascript functions According to W3schools: @@ -59,5 +49,6 @@ Inside the function, the arguments behave as local variables. - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/) - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) -- [reddit](https://www.reddit.com/r/thenewboston/) +- [reddit](https://www.reddit.com/r/thenewboston/) + > Written with [StackEdit](https://stackedit.io/). \ No newline at end of file