-
-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add youtube links for further learning in some tutorials
- Loading branch information
1 parent
a826378
commit 35b0d00
Showing
5 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -602,3 +602,7 @@ Modify the JavaScript file we used in the first part of the lesson, and its HTML | |
--- | ||
This ends our **Beginning JavaScript**. Is there something you don't understand? Try and go through the provided resources with your coach. If you have any feedback, or can think of ways to improve this tutorial [send us an email](mailto:[email protected]) and let us know. | ||
|
||
### Further Learning | ||
|
||
If you want to learn how to Build a Random Phrase Generator in JavaScript, then watch this video on our [YouTube](https://youtu.be/PIEALPH8CE0). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -215,6 +215,10 @@ Well done, you've finished! For a bonus, switch your `getGithubInfo` method to r | |
|
||
> Coach... explain the difference between synchronous and asynchronous requests. There's a good explanation on [Mozilla Developer Network (MDN)](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests) | ||
### Further Learning | ||
|
||
If you want to continue your learning on API's, then watch this video with Kevin Lewis over on our [YouTube](https://youtu.be/66xLBqosPog), where he'll send himself a text message using the [Vonage API](http://tutorials.codebar.io/js/lesson4a/tutorial.html). | ||
|
||
|
||
--- | ||
This ends our **HTTP Requests and APIs** tutorial. Is there something you don't understand? Try and go through the provided resources with your coach. If you have any feedback, or can think of ways to improve this tutorial [send us an email](mailto:[email protected]) and let us know. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -528,9 +528,9 @@ After typing a couple of commands in the terminal to generate some history, try | |
> You can see the entire history by running `history` | ||
## The next step | ||
## Further Learning | ||
Get learning JavaScript, HTML, CSS, Ruby and more on [codebar](http://tutorials.codebar.io/). | ||
If you want to continue your learning on Git, then watch this video with Anna Skoulikari on our [YouTube](https://youtu.be/aJE_l7IjONk). | ||
----- | ||
This ends **Introduction to the Git command line** tutorial. Is there something you don't understand? Try and go through the provided resources with your coach. If you have any feedback, or can think of ways to improve this tutorial [send us an email](mailto:[email protected]) and let us know. |