Skip to content

Commit

Permalink
Merge pull request #1805 from lkreimann/add-freecodecamp-videos-js
Browse files Browse the repository at this point in the history
Add video links to Flow Control insights
  • Loading branch information
Andrei Calabangiu committed Feb 18, 2020
2 parents 5ab0225 + cc656e7 commit 0fbb807
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tags:
links:

- '[www.standardista.com](http://www.standardista.com/javascript/15-common-javascript-gotchas){website}'

- '[== vs ===](https://youtu.be/kVOmc7NK1M0){video}'

aspects:
- introduction
Expand Down
2 changes: 2 additions & 0 deletions javascript/core/flow-control/if-statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ tags:
aspects:
- introduction

links:
- '[Comparison Operators & If Else](https://youtu.be/7WkfzokHGqo){video}'

---

Expand Down
3 changes: 2 additions & 1 deletion javascript/core/flow-control/js-practice-switch-case.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ standards:

links:

- '[MDN - Switch Case](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switch)'
- '[MDN - Switch Case](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switch){documentation}'
- '[Switch Statements](https://youtu.be/fM5qnyasUYI){video}'
---

# JS Practice Switch Case
Expand Down
3 changes: 3 additions & 0 deletions javascript/core/flow-control/loops-part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ tags:
aspects:
- introduction

links:
- '[For Loops](https://youtu.be/24Wpg6njlYI){video}'
- '[While / Do While loops](https://youtu.be/v9zgD8wjtbw){video}'

---

Expand Down
2 changes: 2 additions & 0 deletions javascript/core/flow-control/loops-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ aspects:
- introduction
- workout

links:
- '[for in / for of loops](https://youtu.be/a3KHBqH7njs){video}'

---

Expand Down

0 comments on commit 0fbb807

Please sign in to comment.