Skip to content

Commit dcd8175

Browse files
authored
Merge pull request leonardomso#26 from fernandosutter/master
Update to 'Back to Top'
2 parents 282cc3e + 4882e2d commit dcd8175

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

README.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This repository was created with the intention of helping developers master thei
8585
* 🎥 [Call Stack & Event Loop — movies com](https://www.youtube.com/watch?v=mk0lu9MKBto)
8686
* 🎥 [The Ultimate Guide to Execution Contexts, Hoisting, Scopes, and Closures in JavaScript — Tyler McGinnis](https://www.youtube.com/watch?v=Nt-qa_LlUH0)
8787

88-
**[back to top](#table-of-contents)**
88+
**[Back to Top](#table-of-contents)**
8989

9090
---
9191

@@ -109,7 +109,7 @@ This repository was created with the intention of helping developers master thei
109109
* 🎥 [Value Types and Reference Types in JavaScript — Programming with Mosh](https://www.youtube.com/watch?v=e-_mDyqm2oU)
110110
* 🎥 [JavaScript Primitive Data Types — Avelx](https://www.youtube.com/watch?v=qw3j0A3DIzQ)
111111

112-
**[back to top](#table-of-contents)**
112+
**[Back to Top](#table-of-contents)**
113113

114114
---
115115

@@ -131,7 +131,7 @@ This repository was created with the intention of helping developers master thei
131131
* 🎥 [Javascript Pass by Value vs Pass by Reference — techsith](https://www.youtube.com/watch?v=E-dAnFdq8k8)
132132
* 🎥 [JavaScript Value vs Reference Types — Programming with Mosh](https://www.youtube.com/watch?v=fD0t_DKREbE)
133133

134-
**[back to top](#table-of-contents)**
134+
**[Back to Top](#table-of-contents)**
135135

136136
---
137137

@@ -152,7 +152,7 @@ This repository was created with the intention of helping developers master thei
152152
* 🎥 [Coercion in Javascript - Hitesh Choudhary](https://www.youtube.com/watch?v=b04Q_vyqEG8)
153153
* 🎥 [JavaScript Questions: What is Coercion? - Steven Hancock](https://www.youtube.com/watch?v=z4-8wMSPJyI)
154154

155-
**[back to top](#table-of-contents)**
155+
**[Back to Top](#table-of-contents)**
156156

157157
---
158158

@@ -176,7 +176,7 @@ This repository was created with the intention of helping developers master thei
176176
* 🎥 [JavaScript - The typeof operator — Java Brains](https://www.youtube.com/watch?v=ol_su88I3kw)
177177
* 🎥 [Javascript typeof operator — DevDelight](https://www.youtube.com/watch?v=qPYhTPt_SbQ)
178178

179-
**[back to top](#table-of-contents)**
179+
**[Back to Top](#table-of-contents)**
180180

181181
---
182182

@@ -202,7 +202,7 @@ This repository was created with the intention of helping developers master thei
202202
* 🎥 [JavaScript Block Scope and Function Scope — mmtuts](https://www.youtube.com/watch?v=aK_nuUAdr8E)
203203
* 🎥 [What the Heck is Lexical Scope? — NWCalvank](https://www.youtube.com/watch?v=GhNA0r10MmA)
204204

205-
**[back to top](#table-of-contents)**
205+
**[Back to Top](#table-of-contents)**
206206

207207
---
208208

@@ -221,7 +221,7 @@ This repository was created with the intention of helping developers master thei
221221
* 🎥 [Expressions vs. Statements in JavaScript — Hexlet](https://www.youtube.com/watch?v=WVyCrI1cHi8)
222222
* 🎥 [JavaScript - Expression vs. Statement — WebTunings](https://www.youtube.com/watch?v=3jDpNGJkupA)
223223

224-
**[back to top](#table-of-contents)**
224+
**[Back to Top](#table-of-contents)**
225225

226226
---
227227

@@ -248,7 +248,7 @@ This repository was created with the intention of helping developers master thei
248248
* 🎥 [ES6 Modules in the Real World — Sam Thorogood](https://www.youtube.com/watch?v=fIP4pjAqCtQ)
249249
* 🎥 [ES6 Modules — TempleCoding](https://www.youtube.com/watch?v=5P04OK6KlXA)
250250

251-
**[back to top](#table-of-contents)**
251+
**[Back to Top](#table-of-contents)**
252252

253253
---
254254

@@ -271,7 +271,7 @@ This repository was created with the intention of helping developers master thei
271271
* 🎥 [JavaScript Event Loop — ComScience Simplified](https://www.youtube.com/watch?v=XzXIMZMN9k4)
272272
* 🎥 [I'm stuck in an Event Loop — Philip Roberts](https://www.youtube.com/watch?v=6MXRNXXgP_0)
273273

274-
**[back to top](#table-of-contents)**
274+
**[Back to Top](#table-of-contents)**
275275

276276
---
277277

@@ -294,7 +294,7 @@ This repository was created with the intention of helping developers master thei
294294
* 🎥 [JavaScript setTimeout, setInterval & clearInterval — DoingITeasyChannel](https://www.youtube.com/watch?v=BVALvvy5bZY)
295295
* 🎥 [JavaScript setTimeOut and setInterval Explained — Theodore Anderson](https://www.youtube.com/watch?v=mVKfrWCOB60)
296296

297-
**[back to top](#table-of-contents)**
297+
**[Back to Top](#table-of-contents)**
298298

299299
---
300300

@@ -312,7 +312,7 @@ This repository was created with the intention of helping developers master thei
312312

313313
* 🎥 [JavaScript Engines: The Good Parts™ — Mathias Bynens & Benedikt Meurer](https://www.youtube.com/watch?v=5nmpokoRaZI)
314314

315-
**[back to top](#table-of-contents)**
315+
**[Back to Top](#table-of-contents)**
316316

317317
---
318318

@@ -330,7 +330,7 @@ This repository was created with the intention of helping developers master thei
330330

331331
* 🎥 [JavaScript Bitwise Operators — Programming with Mosh](https://www.youtube.com/watch?v=mesu75PTDC8)
332332

333-
**[back to top](#table-of-contents)**
333+
**[Back to Top](#table-of-contents)**
334334

335335
---
336336

@@ -352,7 +352,7 @@ This repository was created with the intention of helping developers master thei
352352
* 🎥 [JavaScript DOM Crash Course — Traversy Media](https://www.youtube.com/watch?v=0ik6X4DJKCc)
353353

354354

355-
**[back to top](#table-of-contents)**
355+
**[Back to Top](#table-of-contents)**
356356

357357
---
358358

@@ -377,7 +377,7 @@ This repository was created with the intention of helping developers master thei
377377
* 🎥 [Factory Functions in JavaScript — Fun Fun Function](https://www.youtube.com/watch?v=ImwrezYhw4w)
378378
* 🎥 [Javascript Tutorial Function Factories — Crypto Chan](https://www.youtube.com/watch?v=R7-IwpH80UE)
379379

380-
**[back to top](#table-of-contents)**
380+
**[Back to Top](#table-of-contents)**
381381

382382
---
383383

@@ -407,7 +407,7 @@ This repository was created with the intention of helping developers master thei
407407
* 🎥 [JavaScript Practical Applications of Call, Apply and Bind functions— techsith](https://www.youtube.com/watch?v=AYVYxezrMWA)
408408
* 🎥 [JavaScript (call, bind, apply) — curious aatma](https://www.youtube.com/watch?v=Uy0NOXLBraE)
409409

410-
**[back to top](#table-of-contents)**
410+
**[Back to Top](#table-of-contents)**
411411

412412
---
413413

@@ -425,7 +425,7 @@ This repository was created with the intention of helping developers master thei
425425
* 📜 [JavaScript instanceof vs typeof — Gary Rafferty](http://garyrafferty.com/2012/12/07/JavaScript-instanceof-vs-typeof.html)
426426
* 📜 [Function and Object, instances of each other — Kiro Risk](https://javascriptrefined.io/function-and-object-instances-of-each-other-1e1095d5faac)
427427

428-
**[back to top](#table-of-contents)**
428+
**[Back to Top](#table-of-contents)**
429429

430430
---
431431

@@ -466,7 +466,7 @@ This repository was created with the intention of helping developers master thei
466466
* 🎥 [JavaScript Using Prototypes — O'Reilly](https://www.youtube.com/watch?v=oCwCcNvaXAQ)
467467

468468

469-
**[back to top](#table-of-contents)**
469+
**[Back to Top](#table-of-contents)**
470470

471471
---
472472

@@ -491,7 +491,7 @@ This repository was created with the intention of helping developers master thei
491491
* 🎥 [Object.assign() explained — Aaron Writes Code](https://www.youtube.com/watch?v=aw7NfYhR5rc)
492492
* 🎥 [Object.assign() Method — techsith](https://www.youtube.com/watch?v=9Ky4X6inpi4)
493493

494-
**[back to top](#table-of-contents)**
494+
**[Back to Top](#table-of-contents)**
495495

496496
---
497497

@@ -526,7 +526,7 @@ This repository was created with the intention of helping developers master thei
526526
* 🎥 [Arrow functions in JavaScript - What, Why and How — Fun Fun Function](https://www.youtube.com/watch?v=6sQDTgOqh-I)
527527

528528

529-
**[back to top](#table-of-contents)**
529+
**[Back to Top](#table-of-contents)**
530530

531531
---
532532

@@ -554,7 +554,7 @@ This repository was created with the intention of helping developers master thei
554554
* 🎥 [JavaScript Pure Functions — Seth Alexander](https://www.youtube.com/watch?v=frT3H-eBmPc)
555555

556556

557-
**[back to top](#table-of-contents)**
557+
**[Back to Top](#table-of-contents)**
558558

559559
---
560560

@@ -583,7 +583,7 @@ This repository was created with the intention of helping developers master thei
583583
* 🎥 [Closures — freeCodeCamp](https://www.youtube.com/watch?v=1JsJx1x35c0)
584584
* 🎥 [JavaScript Closures — CodeWorkr](https://www.youtube.com/watch?v=-rLrGAXK8WE)
585585

586-
**[back to top](#table-of-contents)**
586+
**[Back to Top](#table-of-contents)**
587587

588588
---
589589

@@ -611,7 +611,7 @@ This repository was created with the intention of helping developers master thei
611611
* 🎥 [Higher Order Iterators in JavaScript — Fun Fun Function](https://www.youtube.com/watch?v=GYRMNp1SKXA)
612612
* 🎥 [Higher Order Functions in JavaScript — The Coding Train](https://www.youtube.com/watch?v=H4awPsyugS0)
613613

614-
**[back to top](#table-of-contents)**
614+
**[Back to Top](#table-of-contents)**
615615

616616
---
617617

@@ -636,7 +636,7 @@ This repository was created with the intention of helping developers master thei
636636
* 🎥 [Recursion: Recursion() - JS Monthly — Lucas da Costa](https://www.youtube.com/watch?v=kGXVsd8pBLw)
637637
* 🎥 [Recursive Function in JavaScript — kudvenkat](https://www.youtube.com/watch?v=uyjsR9eNTIw)
638638

639-
**[back to top](#table-of-contents)**
639+
**[Back to Top](#table-of-contents)**
640640

641641
---
642642

@@ -665,7 +665,7 @@ This repository was created with the intention of helping developers master thei
665665
* 🎥 [JavaScript ES6 / ES2015 Set, Map, WeakSet and WeakMap — Traversy Media](https://www.youtube.com/watch?v=ycohYSx5h9w)
666666
* 🎥 [The Differences between ES6 Maps and Sets — Steve Griffith](https://www.youtube.com/watch?v=m4abICrldQI)
667667

668-
**[back to top](#table-of-contents)**
668+
**[Back to Top](#table-of-contents)**
669669

670670
---
671671

@@ -695,7 +695,7 @@ This repository was created with the intention of helping developers master thei
695695
* 🎥 [Promises — Fun Fun Function](https://www.youtube.com/watch?v=2d7s3spWAzo)
696696
* 🎥 [Error Handling Promises in JavaScript — Fun Fun Function](https://www.youtube.com/watch?v=f8IgdnYIwOU)
697697

698-
**[back to top](#table-of-contents)**
698+
**[Back to Top](#table-of-contents)**
699699

700700
---
701701

@@ -723,7 +723,7 @@ This repository was created with the intention of helping developers master thei
723723

724724
* 🎥 [Async + Await — Wes Bos](https://www.youtube.com/watch?v=9YkUCxvaLEk)
725725

726-
**[back to top](#table-of-contents)**
726+
**[Back to Top](#table-of-contents)**
727727

728728
---
729729

@@ -747,7 +747,7 @@ This repository was created with the intention of helping developers master thei
747747
* 🎥 [Algorithms In Javascript | Ace Your Interview — Eduonix Learning Solutions](https://www.youtube.com/watch?v=H_EBPZgiAas&list=PLDmvslp_VR0zYUSth_8O69p4_cmvZEgLa)
748748
* 🎥 [Data Structures and Algorithms in JavaScript — freeCodeCamp](https://www.youtube.com/watch?v=Gj5qBheGOEo&list=PLWKjhJtqVAbkso-IbgiiP48n-O-JQA9PJ)
749749

750-
**[back to top](#table-of-contents)**
750+
**[Back to Top](#table-of-contents)**
751751

752752
---
753753

@@ -768,7 +768,7 @@ This repository was created with the intention of helping developers master thei
768768
* 🎥 [Essential Big O for JavaScript Developers — Dave Smith](https://www.youtube.com/watch?v=KatlvCFHPRo)
769769
* 🎥 [Big O Notation - Time Complexity Analysis — WebTunings](https://www.youtube.com/watch?v=ALl86xJiTD8)
770770

771-
**[back to top](#table-of-contents)**
771+
**[Back to Top](#table-of-contents)**
772772

773773
---
774774

@@ -785,7 +785,7 @@ This repository was created with the intention of helping developers master thei
785785
* 📜 [Data Structures and Algorithms library in JavaScript](https://github.com/yangshun/lago)
786786
* 📜 [Collection of computer science algorithms and data structures written in JavaScript](https://github.com/idosela/algorithms-in-javascript)
787787

788-
**[back to top](#table-of-contents)**
788+
**[Back to Top](#table-of-contents)**
789789

790790
---
791791

@@ -808,7 +808,7 @@ This repository was created with the intention of helping developers master thei
808808
* 🎥 [JavaScript ES6 Classes and Inheritance — Traversy Media](https://www.youtube.com/watch?v=RBLIm5LMrmc)
809809
* 🎥 [Polymorphism in JavaScript — kudvenkat](https://www.youtube.com/watch?v=zdovG9cuEBA)
810810

811-
**[back to top](#table-of-contents)**
811+
**[Back to Top](#table-of-contents)**
812812

813813
---
814814

@@ -823,7 +823,7 @@ This repository was created with the intention of helping developers master thei
823823
* 📜 [All the 23 (GoF) design patterns implemented in Javascript — Felipe Beline](https://github.com/fbeline/Design-Patterns-JS)
824824
* 📜 [Learning JavaScript Design Patterns — Addy Osmani ](https://addyosmani.com/resources/essentialjsdesignpatterns/book/)
825825

826-
**[back to top](#table-of-contents)**
826+
**[Back to Top](#table-of-contents)**
827827

828828
---
829829

@@ -865,7 +865,7 @@ This repository was created with the intention of helping developers master thei
865865
* 🎥 [Partial Application vs. Currying — NWCalvank](https://www.youtube.com/watch?v=DzLkRsUN2vE)
866866
* 🎥 [JavaScript Partial Application — Theodore Anderson](https://www.youtube.com/watch?v=jkebgHEcvac)
867867

868-
**[back to top](#table-of-contents)**
868+
**[Back to Top](#table-of-contents)**
869869

870870
---
871871

@@ -880,6 +880,6 @@ This repository was created with the intention of helping developers master thei
880880
* 📜 [Keeping your code clean — Samuel James](https://codeburst.io/keeping-your-code-clean-d30bcffd1a10)
881881
* 📜 [Best Practices for Using Modern JavaScript Syntax — M. David Green](https://www.sitepoint.com/modern-javascript-best-practices/)
882882

883-
**[back to top](#table-of-contents)**
883+
**[Back to Top](#table-of-contents)**
884884

885885
---

0 commit comments

Comments
 (0)