Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add video links to Flow Control insights #1805

Merged
merged 1 commit into from
Feb 18, 2020
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
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